math: Coding style updates in some order-stat implementations.
authorBen Pfaff <blp@cs.stanford.edu>
Sat, 29 Jan 2022 20:01:16 +0000 (12:01 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 13 Mar 2022 23:56:02 +0000 (16:56 -0700)
commitcbab34f8cd28876f9b1d67d2ad10b312181bf2f6
treeee8ea8027ab0a38a2deb7fe46845ba3ccc9fbf1d
parent4821381dc228344ea2b879e6c1ce108912fd4e6f
math: Coding style updates in some order-stat implementations.

I generally find structure assignments clearer than individual assignments
to each of their members these days.
src/math/box-whisker.c
src/math/np.c
src/math/np.h
src/math/trimmed-mean.c