|
Defines |
#define | octave_liboctave_mappers_h 1 |
Functions |
OCTAVE_API double | arg (double x) |
OCTAVE_API double | conj (double x) |
OCTAVE_API double | fix (double x) |
OCTAVE_API double | imag (double x) |
OCTAVE_API double | real (double x) |
OCTAVE_API double | xround (double x) |
OCTAVE_API double | xroundb (double x) |
OCTAVE_API double | signum (double x) |
OCTAVE_API double | xtrunc (double x) |
OCTAVE_API double | xlog2 (double x) |
OCTAVE_API Complex | xlog2 (const Complex &x) |
OCTAVE_API double | xlog2 (double x, int &exp) |
OCTAVE_API Complex | xlog2 (const Complex &x, int &exp) |
OCTAVE_API double | xexp2 (double x) |
bool | xisnan (bool) |
bool | xisnan (char) |
OCTAVE_API bool | xisnan (double x) |
OCTAVE_API bool | xfinite (double x) |
OCTAVE_API bool | xisinf (double x) |
OCTAVE_API bool | octave_is_NA (double x) |
OCTAVE_API bool | octave_is_NaN_or_NA (double x) GCC_ATTR_DEPRECATED |
OCTAVE_API double | xmin (double x, double y) |
OCTAVE_API double | xmax (double x, double y) |
OCTAVE_API Complex | acos (const Complex &x) |
OCTAVE_API Complex | acosh (const Complex &x) |
OCTAVE_API Complex | asin (const Complex &x) |
OCTAVE_API Complex | asinh (const Complex &x) |
OCTAVE_API Complex | atan (const Complex &x) |
OCTAVE_API Complex | atanh (const Complex &x) |
OCTAVE_API Complex | ceil (const Complex &x) |
OCTAVE_API Complex | fix (const Complex &x) |
OCTAVE_API Complex | floor (const Complex &x) |
OCTAVE_API Complex | xround (const Complex &x) |
OCTAVE_API Complex | xroundb (const Complex &x) |
OCTAVE_API Complex | signum (const Complex &x) |
bool | xisnan (const Complex &x) |
bool | xfinite (const Complex &x) |
bool | xisinf (const Complex &x) |
OCTAVE_API bool | octave_is_NA (const Complex &x) |
OCTAVE_API bool | octave_is_NaN_or_NA (const Complex &x) |
OCTAVE_API Complex | xmin (const Complex &x, const Complex &y) |
OCTAVE_API Complex | xmax (const Complex &x, const Complex &y) |
OCTAVE_API float | arg (float x) |
OCTAVE_API float | conj (float x) |
OCTAVE_API float | fix (float x) |
OCTAVE_API float | imag (float x) |
OCTAVE_API float | real (float x) |
OCTAVE_API float | xround (float x) |
OCTAVE_API float | xroundb (float x) |
OCTAVE_API float | signum (float x) |
OCTAVE_API float | xtrunc (float x) |
OCTAVE_API float | xlog2 (float x) |
OCTAVE_API FloatComplex | xlog2 (const FloatComplex &x) |
OCTAVE_API float | xlog2 (float x, int &exp) |
OCTAVE_API FloatComplex | xlog2 (const FloatComplex &x, int &exp) |
OCTAVE_API float | xexp2 (float x) |
OCTAVE_API bool | xisnan (float x) |
OCTAVE_API bool | xfinite (float x) |
OCTAVE_API bool | xisinf (float x) |
OCTAVE_API bool | octave_is_NA (float x) |
OCTAVE_API bool | octave_is_NaN_or_NA (float x) GCC_ATTR_DEPRECATED |
OCTAVE_API float | xmin (float x, float y) |
OCTAVE_API float | xmax (float x, float y) |
OCTAVE_API FloatComplex | acos (const FloatComplex &x) |
OCTAVE_API FloatComplex | acosh (const FloatComplex &x) |
OCTAVE_API FloatComplex | asin (const FloatComplex &x) |
OCTAVE_API FloatComplex | asinh (const FloatComplex &x) |
OCTAVE_API FloatComplex | atan (const FloatComplex &x) |
OCTAVE_API FloatComplex | atanh (const FloatComplex &x) |
OCTAVE_API FloatComplex | ceil (const FloatComplex &x) |
OCTAVE_API FloatComplex | fix (const FloatComplex &x) |
OCTAVE_API FloatComplex | floor (const FloatComplex &x) |
OCTAVE_API FloatComplex | xround (const FloatComplex &x) |
OCTAVE_API FloatComplex | xroundb (const FloatComplex &x) |
OCTAVE_API FloatComplex | signum (const FloatComplex &x) |
bool | xisnan (const FloatComplex &x) |
bool | xfinite (const FloatComplex &x) |
bool | xisinf (const FloatComplex &x) |
OCTAVE_API bool | octave_is_NA (const FloatComplex &x) |
OCTAVE_API bool | octave_is_NaN_or_NA (const FloatComplex &x) |
OCTAVE_API FloatComplex | xmin (const FloatComplex &x, const FloatComplex &y) |
OCTAVE_API FloatComplex | xmax (const FloatComplex &x, const FloatComplex &y) |