File tree Expand file tree Collapse file tree 3 files changed +2
-7
lines changed
lib/node_modules/@stdlib/stats/base/dists/arcsine/stdev
include/stdlib/stats/base/dists/arcsine Expand file tree Collapse file tree 3 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -28,10 +28,6 @@ extern "C" {
2828
2929/**
3030* Returns the standard deviation of an arcsine distribution with minimum support `a` and maximum support `b`.
31- *
32- * @param a minimum support
33- * @param b maximum support
34- * @return standard deviation of the distribution
3531*/
3632double stdlib_base_dists_arcsine_stdev ( const double a , const double b );
3733
Original file line number Diff line number Diff line change 1616* limitations under the License.
1717*/
1818
19- #include "stdlib/math/base/napi/binary.h"
2019#include "stdlib/stats/base/dists/arcsine/stdev.h"
20+ #include "stdlib/math/base/napi/binary.h"
2121
2222// cppcheck-suppress shadowFunction
2323STDLIB_MATH_BASE_NAPI_MODULE_DD_D ( stdlib_base_dists_arcsine_stdev )
Original file line number Diff line number Diff line change 1616* limitations under the License.
1717*/
1818
19- #include "stdlib/math/base/assert/is_nan.h"
2019#include "stdlib/stats/base/dists/arcsine/stdev.h"
20+ #include "stdlib/math/base/assert/is_nan.h"
2121
22- // CONSTANTS
2322#define SQRT1OVER8 0.35355339059327373 // sqrt(1.0 / 8.0)
2423
2524/**
You can’t perform that action at this time.
0 commit comments