Number theory.
Random number generator.
Floating-point number classifications.
Floating-point number precisions according to IEEE-754.
Returns whether x is a NaN, zero, infinity, subnormal or normalized number.
Determines whether x is a finite number.
Determines whether x is a positive or negative infinity.
Determines whether x is not a number (NaN).
Determines whether x is a normilized number or not.
Determines whether x is a denormilized number or not.
Computes x to the power y modulo z.
Determines whether the sign bit of x is set or not.
Tests the precision of floating-point type F.
Eugene Wissner 2016-2020.
This package provides mathematical functions.
The $(D_PSYMBOL tanya.math) package itself provides only representation functions for built-in types, such as functions that provide information about internal representation of floating-point numbers and low-level operatons on these. Actual mathematical functions and additional types can be found in its submodules. $(D_PSYMBOL tanya.math) doesn't import any submodules publically, they should be imported explicitly.