nulib.math.floating

Nulib Floating Point Math

Members

Functions

atan
T atan(T x)

Computes arc-tangent of the given value.

atan2
T atan2(T y, T x)

Computes arc-tangent of the given value, using signs to determine quadrant.

fract
T fract(T value)

Gets the fractional part of the value.

isFinite
bool isFinite(T x)

Determines whether the given value is a finite number.

isInfinity
bool isInfinity(T x)

Determines whether the given value is an infinite number.

isNaN
bool isNaN(T x)

Determines whether the given value is NaN (Not a Number)

Meta

Authors

Luna Nielsen