GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
lo-mappers.cc File Reference
#include "lo-mappers.h"
#include "lo-specfun.h"
#include "math-wrappers.h"
Include dependency graph for lo-mappers.cc:

Go to the source code of this file.

Namespaces

 octave
 
 octave::math
 

Functions

Complex octave::math::acos (const Complex &x)
 
FloatComplex octave::math::acos (const FloatComplex &x)
 
Complex octave::math::asin (const Complex &x)
 
FloatComplex octave::math::asin (const FloatComplex &x)
 
double octave::math::frexp (double x, int *expptr)
 
float octave::math::frexp (float x, int *expptr)
 
bool octave::math::is_NaN_or_NA (const Complex &x)
 
bool octave::math::is_NaN_or_NA (const FloatComplex &x)
 
bool octave::math::isna (double x)
 
bool octave::math::isna (const Complex &x)
 
bool octave::math::isna (float x)
 
bool octave::math::isna (const FloatComplex &x)
 
Complex octave::math::log2 (const Complex &x)
 
FloatComplex octave::math::log2 (const FloatComplex &x)
 
double octave::math::log2 (double x, int &exp)
 
float octave::math::log2 (float x, int &exp)
 
Complex octave::math::log2 (const Complex &x, int &exp)
 
FloatComplex octave::math::log2 (const FloatComplex &x, int &exp)
 
bool octave::math::negative_sign (double x)
 
bool octave::math::negative_sign (float x)
 
int octave::math::nint (double x)
 
int octave::math::nint (float x)
 
octave_idx_type octave::math::nint_big (double x)
 
octave_idx_type octave::math::nint_big (float x)
 
Complex octave::math::rc_acos (double x)
 
FloatComplex octave::math::rc_acos (float x)
 
Complex octave::math::rc_acosh (double x)
 
FloatComplex octave::math::rc_acosh (float x)
 
Complex octave::math::rc_asin (double x)
 
FloatComplex octave::math::rc_asin (float x)
 
Complex octave::math::rc_atanh (double x)
 
FloatComplex octave::math::rc_atanh (float x)
 
Complex octave::math::rc_log (double x)
 
FloatComplex octave::math::rc_log (float x)
 
Complex octave::math::rc_log10 (double x)
 
FloatComplex octave::math::rc_log10 (float x)
 
Complex octave::math::rc_log2 (double x)
 
FloatComplex octave::math::rc_log2 (float x)
 
Complex octave::math::rc_sqrt (double x)
 
FloatComplex octave::math::rc_sqrt (float x)