Skip to content

Commit a05c4d5

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent 5cd5cdc commit a05c4d5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • lib/node_modules/@stdlib/stats/base/dists/chi/stdev/src

lib/node_modules/@stdlib/stats/base/dists/chi/stdev/src/main.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
* limitations under the License.
1717
*/
1818

19-
#include "stdlib/math/base/special/sqrt.h"
19+
#include "stdlib/stats/base/dists/chi/stdev.h"
2020
#include "stdlib/stats/base/dists/chi/variance.h"
21+
#include "stdlib/math/base/special/sqrt.h"
2122

2223
/**
2324
* Returns the standard deviation of a chi distribution.

0 commit comments

Comments
 (0)