File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed
math/base/special/coth/src Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 33
33
#include "stdlib/math/base/special/coth.h"
34
34
#include "stdlib/math/base/special/tanh.h"
35
35
36
-
37
36
/**
38
37
* Computes the hyperbolic cotangent of a double-precision floating-point number.
39
38
*
Original file line number Diff line number Diff line change 21
21
#include "stdlib/math/base/special/sqrt.h"
22
22
#include "stdlib/constants/float64/pi.h"
23
23
24
-
25
24
/**
26
25
* Evaluates the probability density function (PDF) for an arcsine distribution with minimum support `a` and maximum support `b` at a value `x`.
27
26
*
Original file line number Diff line number Diff line change 20
20
#include "stdlib/math/base/assert/is_nan.h"
21
21
#include "stdlib/math/base/special/sqrt.h"
22
22
23
-
24
23
/**
25
24
* Returns the standard deviation of a Bernoulli distribution.
26
25
*
Original file line number Diff line number Diff line change 19
19
#include "stdlib/stats/base/dists/beta/stdev.h"
20
20
#include "stdlib/math/base/special/sqrt.h"
21
21
22
-
23
22
/**
24
23
* Returns the standard deviation of a beta distribution.
25
24
*
You can’t perform that action at this time.
0 commit comments