XBinder
Version 2.9.x
|
Common runtime functions for working with floating-point numbers. More...
Go to the source code of this file.
Functions | |
EXTERNRT OSREAL | rtxGetMinusInfinity (OSVOIDARG) |
Returns the IEEE negative infinity value. More... | |
EXTERNRT OSREAL | rtxGetMinusZero (OSVOIDARG) |
Returns the IEEE minus zero value. More... | |
EXTERNRT OSREAL | rtxGetNaN (OSVOIDARG) |
Returns the IEEE Not-A-Number (NaN) value. More... | |
EXTERNRT OSREAL | rtxGetPlusInfinity (OSVOIDARG) |
Returns the IEEE posative infinity value. More... | |
EXTERNRT OSBOOL | rtxIsMinusInfinity (OSREAL value) |
A utility function that compares the given input value to the IEEE 754 value for negative infinity. More... | |
EXTERNRT OSBOOL | rtxIsMinusZero (OSREAL value) |
A utility function that compares the given input value to the IEEE 754 value for minus zero. More... | |
EXTERNRT OSBOOL | rtxIsNaN (OSREAL value) |
A utility function that compares the given input value to the IEEE 754 value for Not-A-Number (NaN). More... | |
EXTERNRT OSBOOL | rtxIsPlusInfinity (OSREAL value) |
A utility function that compares the given input value to the IEEE 754 value for positive infinity. More... | |
EXTERNRT OSBOOL | rtxIsApproximate (OSREAL a, OSREAL b, OSREAL delta) |
A utility function that return TRUE when first number are approximate to second number with given precision. More... | |
EXTERNRT OSBOOL | rtxIsApproximateAbs (OSREAL a, OSREAL b, OSREAL delta) |
A utility function that return TRUE when first number are approximate to second number with given absolute precision. More... | |
Common runtime functions for working with floating-point numbers.
Definition in file rtxReal.h.