package
Version:
v0.1.1
Opens a new window with list of versions in this module.
Published: Oct 6, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Abs returns the absolute value of x.
Special cases are:
Abs(±Inf) = +Inf
Abs(NaN) = NaN
CopySign returns a value with the magnitude
of x and the sign of y.
Float64Bits returns the IEEE 754 binary representation of f.
Float64FromBits returns the floating point number corresponding
the IEEE 754 binary representation b.
IsFinite reports whether f is neither NaN nor an infinity.
IsInf reports whether f is an infinity.
IsNaN reports whether f is an IEEE 754 “not-a-number” value.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.