Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Epsilon = 1e-6
Epsilon very small
View Source
var EpsilonClose = 1e-14
View Source
var EpsilonVeryClose = 1e-16
Functions ¶
func TruncPrecision ¶
TruncPrecision returns the float value of x, with case n >= 0
the maximum n bits precision.
case n < 0
-n bits of the magnitude of x trunked
Special cases are:
Trunc(±0) = ±0 Trunc(±Inf) = ±Inf Trunc(NaN) = NaN
Types ¶
This section is empty.
Directories ¶
Path | Synopsis |
---|---|
Package rand implements math/rand functions in a concurrent-safe way with a global random source, independent of math/rand's global source.
|
Package rand implements math/rand functions in a concurrent-safe way with a global random source, independent of math/rand's global source. |
Click to show internal directories.
Click to hide internal directories.