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>
Sat, 29 Jan 2022 20:01:16 +0000 (12:01 -0800)
commit45b5187607a07020f4773e411744a52a59fcc9e8
tree8587a4a0121f133568f44996d0c2f7ef9d3021d3
parentf447ebdf19acf26d2d46cee1595e99c3620ee30d
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