8int32_t math::absoluteValue(int32_t
j) {
20int64_t math::absoluteValue(int64_t
j) {
35bool math::isFinite(
float x) {
40bool math::isNormal(
float x) {
45bool math::isSubNormal(
float x) {
50bool math::isNaN(
float x) {
55bool math::isInfinite(
float x) {
60bool math::isGreater(
float x,
float y) {
65bool math::isGreaterOrEqual(
float x,
float y) {
70bool math::isLess(
float x,
float y) {
75bool math::isLessOrEqual(
float x,
float y) {
80bool math::isLessOrGreater(
float x,
float y) {
85bool math::areNaN(
float x,
float y) {
90bool math::isSignBitSet(
float x) {
95float math::arcCosine(
float x) {
100float math::arcSine(
float x) {
105float math::arcTangent(
float x) {
110float math::arcTangent(
float y,
float x) {
115float math::cosine(
float x) {
120float math::sine(
float x) {
125float math::tangent(
float x) {
130float math::hyperbolicArcCosine(
float x) {
135float math::hyperbolicArcSine(
float x) {
140float math::hyperbolicArcTangent(
float x) {
145float math::hyperbolicCosine(
float x) {
150float math::hyperbolicSine(
float x) {
155float math::hyperbolicTangent(
float x) {
160float math::naturalExponent(
float x) {
165float math::normalize(
float x, int32_t *
exp) {
170float math::naturalLog(
float x) {
175float math::logBase10(
float x) {
180float math::naturalExponentMinusOne(
float x) {
185float math::naturalLogPlusOne(
float x) {
190float math::exponent(
float x) {
195float math::exponentBase2(
float x) {
200float math::logBase2(
float x) {
205float math::power(
float x,
float y) {
210float math::squareRoot(
float x) {
215float math::hypotenuse(
float x,
float y) {
220float math::cubeRoot(
float x) {
225float math::ceiling(
float x) {
230float math::absoluteValue(
float x) {
235float math::floor(
float x) {
240float math::remainder(
float x,
float y) {
245float math::nearbyInteger(
float x) {
250float math::round(
float x) {
255float math::truncate(
float x) {
260float math::remainder(
float x,
float y, int32_t *
quo) {
265long math::roundToLong(
float x) {
270int64_t math::roundToLongLong(
float x) {
275long math::roundAwayFromZeroToLong(
float x) {
280int64_t math::roundAwayFromZeroToLongLong(
float x) {
285float math::copySignBit(
float x,
float y) {
290float math::errorFunction(
float x) {
295float math::complementaryErrorFunction(
float x) {
300float math::trueGamma(
float x) {
305float math::naturalLogGamma(
float x) {
310float math::roundInexact(
float x) {
315float math::nextAfter(
float x,
float y) {
320float math::nextToward(
float x,
float y) {
325float math::scaleByRadixToPower(
float x,
float n) {
330float math::scaleByRadixToPower(
float x, int32_t
n) {
335float math::scaleByRadixToPower(
float x,
long n) {
340int32_t math::integralExponent(
float x) {
345float math::positiveDifference(
float x,
float y) {
350float math::larger(
float x,
float y) {
355float math::smaller(
float x,
float y) {
360float math::multiplyAndAdd(
float x,
float y,
float z) {
365float math::argument(
float complex z) {
380float math::imaginary(
float complex z) {
394bool math::isFinite(
double x) {
399bool math::isNormal(
double x) {
404bool math::isSubNormal(
double x) {
409bool math::isNaN(
double x) {
414bool math::isInfinite(
double x) {
419bool math::isGreater(
double x,
double y) {
424bool math::isGreaterOrEqual(
double x,
double y) {
429bool math::isLess(
double x,
double y) {
434bool math::isLessOrEqual(
double x,
double y) {
439bool math::isLessOrGreater(
double x,
double y) {
444bool math::areNaN(
double x,
double y) {
449bool math::isSignBitSet(
double x) {
454double math::arcCosine(
double x) {
459double math::arcSine(
double x) {
464double math::arcTangent(
double x) {
469double math::arcTangent(
double y,
double x) {
474double math::cosine(
double x) {
479double math::sine(
double x) {
484double math::tangent(
double x) {
489double math::hyperbolicArcCosine(
double x) {
494double math::hyperbolicArcSine(
double x) {
499double math::hyperbolicArcTangent(
double x) {
504double math::hyperbolicCosine(
double x) {
509double math::hyperbolicSine(
double x) {
514double math::hyperbolicTangent(
double x) {
519double math::naturalExponent(
double x) {
524double math::normalize(
double x, int32_t *
exp) {
529double math::naturalLog(
double x) {
534double math::logBase10(
double x) {
539double math::naturalExponentMinusOne(
double x) {
544double math::naturalLogPlusOne(
double x) {
549double math::exponent(
double x) {
554double math::exponentBase2(
double x) {
559double math::logBase2(
double x) {
564double math::power(
double x,
double y) {
569double math::squareRoot(
double x) {
574double math::hypotenuse(
double x,
double y) {
579double math::cubeRoot(
double x) {
584double math::ceiling(
double x) {
589double math::absoluteValue(
double x) {
594double math::floor(
double x) {
599double math::remainder(
double x,
double y) {
604double math::nearbyInteger(
double x) {
609double math::round(
double x) {
614double math::truncate(
double x) {
619double math::remainder(
double x,
double y, int32_t *
quo) {
624long math::roundToLong(
double x) {
629int64_t math::roundToLongLong(
double x) {
634long math::roundAwayFromZeroToLong(
double x) {
639int64_t math::roundAwayFromZeroToLongLong(
double x) {
644double math::copySignBit(
double x,
double y) {
649double math::errorFunction(
double x) {
654double math::complementaryErrorFunction(
double x) {
659double math::trueGamma(
double x) {
664double math::naturalLogGamma(
double x) {
669double math::roundInexact(
double x) {
674double math::nextAfter(
double x,
double y) {
679double math::nextToward(
double x,
double y) {
684double math::scaleByRadixToPower(
double x,
double n) {
689double math::scaleByRadixToPower(
double x, int32_t
n) {
694double math::scaleByRadixToPower(
double x,
long n) {
699int32_t math::integralExponent(
double x) {
704double math::positiveDifference(
double x,
double y) {
709double math::larger(
double x,
double y) {
714double math::smaller(
double x,
double y) {
719double math::multiplyAndAdd(
double x,
double y,
double z) {
724double math::argument(
double complex z) {
739double math::imaginary(
double complex z) {
744double math::real(
double complex z) {
752bool math::isFinite(
long double x) {
757bool math::isNormal(
long double x) {
762bool math::isSubNormal(
long double x) {
767bool math::isNaN(
long double x) {
772bool math::isInfinite(
long double x) {
777bool math::isGreater(
long double x,
long double y) {
782bool math::isGreaterOrEqual(
long double x,
long double y) {
787bool math::isLess(
long double x,
long double y) {
792bool math::isLessOrEqual(
long double x,
long double y) {
797bool math::isLessOrGreater(
long double x,
long double y) {
802bool math::areNaN(
long double x,
long double y) {
807bool math::isSignBitSet(
long double x) {
812long double math::arcCosine(
long double x) {
817long double math::arcSine(
long double x) {
822long double math::arcTangent(
long double x) {
827long double math::arcTangent(
long double y,
long double x) {
832long double math::cosine(
long double x) {
837long double math::sine(
long double x) {
842long double math::tangent(
long double x) {
847long double math::hyperbolicArcCosine(
long double x) {
852long double math::hyperbolicArcSine(
long double x) {
857long double math::hyperbolicArcTangent(
long double x) {
862long double math::hyperbolicCosine(
long double x) {
867long double math::hyperbolicSine(
long double x) {
872long double math::hyperbolicTangent(
long double x) {
877long double math::naturalExponent(
long double x) {
882long double math::normalize(
long double x, int32_t *
exp) {
887long double math::naturalLog(
long double x) {
892long double math::logBase10(
long double x) {
897long double math::naturalExponentMinusOne(
long double x) {
902long double math::naturalLogPlusOne(
long double x) {
907long double math::exponent(
long double x) {
912long double math::exponentBase2(
long double x) {
917long double math::logBase2(
long double x) {
922long double math::power(
long double x,
long double y) {
927long double math::squareRoot(
long double x) {
932long double math::hypotenuse(
long double x,
long double y) {
937long double math::cubeRoot(
long double x) {
942long double math::ceiling(
long double x) {
947long double math::absoluteValue(
long double x) {
952long double math::floor(
long double x) {
957long double math::remainder(
long double x,
long double y) {
962long double math::nearbyInteger(
long double x) {
967long double math::round(
long double x) {
972long double math::truncate(
long double x) {
977long double math::remainder(
long double x,
long double y, int32_t *
quo) {
982long math::roundToLong(
long double x) {
987int64_t math::roundToLongLong(
long double x) {
992long math::roundAwayFromZeroToLong(
long double x) {
997int64_t math::roundAwayFromZeroToLongLong(
long double x) {
1002long double math::copySignBit(
long double x,
long double y) {
1007long double math::errorFunction(
long double x) {
1012long double math::complementaryErrorFunction(
long double x) {
1017long double math::trueGamma(
long double x) {
1022long double math::naturalLogGamma(
long double x) {
1027long double math::roundInexact(
long double x) {
1032long double math::nextAfter(
long double x,
long double y) {
1037long double math::nextToward(
long double x,
long double y) {
1042long double math::scaleByRadixToPower(
long double x,
1048long double math::scaleByRadixToPower(
long double x,
1054long double math::scaleByRadixToPower(
long double x,
long n) {
1059int32_t math::integralExponent(
long double x) {
1064long double math::positiveDifference(
long double x,
1070long double math::larger(
long double x,
long double y) {
1075long double math::smaller(
long double x,
long double y) {
1080long double math::multiplyAndAdd(
long double x,
long double y,
long double z) {
1085long double math::argument(
long double complex z) {
1100long double math::imaginary(
long double complex z) {
1105long double math::real(
long double complex z) {
1110float math::loadExponent(
float x, int32_t
exp) {
1115double math::loadExponent(
double x, int32_t
exp) {
1120long double math::loadExponent(
long double x, int32_t
exp) {