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, 2 Apr 2022 01:48:55 +0000 (18:48 -0700)
commit417da434cb315f48cd0cca4f9fb9e7938bf52e54
tree6f3389348396bf979c756b09dce893525fb26025
parenta0f35d732a51ffbe8405897170ddfc9de158e20f
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