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>
Wed, 1 Jun 2022 17:32:17 +0000 (10:32 -0700)
commit71f9b6d6c14525cd41ba77c9fd50aa13d0da830c
tree62537a94750a686aca72449df3b825a070e22c6d
parentfeb269112e14589474c0a75e96cd5a892d9aaeef
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