GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
mappers.cc File Reference
#include <cctype>
#include "lo-ieee.h"
#include "lo-specfun.h"
#include "lo-mappers.h"
#include "defun.h"
#include "error.h"
#include "variables.h"
Include dependency graph for mappers.cc:

Go to the source code of this file.

Functions

OCTAVE_EXPORT octave_value_list Fabs (const octave_value_list &args, int)
 
OCTAVE_EXPORT octave_value_list Facos (const octave_value_list &args, int) acosd} nd deftypefn */)
 
OCTAVE_EXPORT octave_value_list Facosh (const octave_value_list &args, int)
 
OCTAVE_EXPORT octave_value_list Fangle (const octave_value_list &args, int)
 
OCTAVE_EXPORT octave_value_list Farg (const octave_value_list &args, int) i.e.
 
OCTAVE_EXPORT octave_value_list Fasin (const octave_value_list &args, int) asind} nd deftypefn */)
 
OCTAVE_EXPORT octave_value_list Fasinh (const octave_value_list &args, int)
 
OCTAVE_EXPORT octave_value_list Fatan (const octave_value_list &args, int) atand} nd deftypefn */)
 
OCTAVE_EXPORT octave_value_list Fatanh (const octave_value_list &args, int)
 
OCTAVE_EXPORT octave_value_list Fcbrt (const octave_value_list &args, int) the result will be negative if ar
 
return ovl (args(0).arg())
 

Variables

$x =0$
 
OCTAVE_EXPORT octave_value_list angle of ar {z}. This is defined 0
 
 cr
 
is negative eealso
 
OCTAVE_EXPORT octave_value_list angle of ex nd tex fnottex nd ifnottex in radians For example
 
OCTAVE_EXPORT octave_value_list angle of ex theta = atan2 (y, x)
 

Function Documentation

◆ Fabs()

OCTAVE_EXPORT octave_value_list Fabs ( const octave_value_list args,
int   
)

Definition at line 60 of file mappers.cc.

References abs(), ovl(), and print_usage().

◆ Facos()

OCTAVE_EXPORT octave_value_list Facos ( const octave_value_list args,
int   
)

Definition at line 90 of file mappers.cc.

References octave::math::acos(), ovl(), and print_usage().

◆ Facosh()

OCTAVE_EXPORT octave_value_list Facosh ( const octave_value_list args,
int   
)

Definition at line 151 of file mappers.cc.

References octave::math::acosh(), ovl(), and print_usage().

◆ Fangle()

OCTAVE_EXPORT octave_value_list Fangle ( const octave_value_list args,
int   
)

Definition at line 226 of file mappers.cc.

References arg, ovl(), and print_usage().

◆ Farg()

OCTAVE_EXPORT octave_value_list Farg ( const octave_value_list args,
int   
)

◆ Fasin()

OCTAVE_EXPORT octave_value_list Fasin ( const octave_value_list args,
int   
)

Definition at line 294 of file mappers.cc.

References octave::math::asin(), ovl(), and print_usage().

◆ Fasinh()

OCTAVE_EXPORT octave_value_list Fasinh ( const octave_value_list args,
int   
)

Definition at line 354 of file mappers.cc.

References octave::math::asinh(), ovl(), and print_usage().

◆ Fatan()

OCTAVE_EXPORT octave_value_list Fatan ( const octave_value_list args,
int   
)

Definition at line 397 of file mappers.cc.

References octave::math::atan(), ovl(), and print_usage().

◆ Fatanh()

OCTAVE_EXPORT octave_value_list Fatanh ( const octave_value_list args,
int   
)

Definition at line 436 of file mappers.cc.

References octave::math::atanh(), ovl(), and print_usage().

◆ Fcbrt()

OCTAVE_EXPORT octave_value_list Fcbrt ( const octave_value_list args,
int   
)

Definition at line 474 of file mappers.cc.

References octave::math::cbrt(), ovl(), and print_usage().

◆ ovl()

return ovl ( args(0).arg()  )

Variable Documentation

◆ $x

& $x =0$

Definition at line 1895 of file mappers.cc.

◆ ar

OCTAVE_EXPORT octave_value_list angle of ex nd tex fnottex ar {z}. This is defined 0

Definition at line 258 of file mappers.cc.

◆ cr

cr

Definition at line 1895 of file mappers.cc.

Referenced by TerminalView::updateImage().

◆ eealso

is negative eealso

Definition at line 474 of file mappers.cc.

◆ example

OCTAVE_EXPORT octave_value_list angle of ex nd tex fnottex nd ifnottex in radians For example

Definition at line 258 of file mappers.cc.

◆ theta

OCTAVE_EXPORT octave_value_list angle of ex theta = atan2 (y, x)

Definition at line 258 of file mappers.cc.

Referenced by ODES::operator=(), and ODES::parameter_vector().