GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions | Variables
mappers.cc File Reference
#include <cctype>
#include <cfloat>
#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

OCTAVE_EXPORT octave_value_list Fabs ( const octave_value_list args,
int   
)

Definition at line 61 of file mappers.cc.

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

Referenced by install_mappers_fcns().

OCTAVE_EXPORT octave_value_list Facos ( const octave_value_list args,
int   
)

Definition at line 91 of file mappers.cc.

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

Referenced by install_mappers_fcns().

OCTAVE_EXPORT octave_value_list Facosh ( const octave_value_list args,
int   
)

Definition at line 145 of file mappers.cc.

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

Referenced by install_mappers_fcns().

OCTAVE_EXPORT octave_value_list Fangle ( const octave_value_list args,
int   
)

Definition at line 197 of file mappers.cc.

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

Referenced by install_mappers_fcns().

OCTAVE_EXPORT octave_value_list Farg ( const octave_value_list args,
int   
)

Referenced by install_mappers_fcns().

OCTAVE_EXPORT octave_value_list Fasin ( const octave_value_list args,
int   
)

Definition at line 265 of file mappers.cc.

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

Referenced by install_mappers_fcns().

OCTAVE_EXPORT octave_value_list Fasinh ( const octave_value_list args,
int   
)

Definition at line 318 of file mappers.cc.

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

Referenced by install_mappers_fcns().

OCTAVE_EXPORT octave_value_list Fatan ( const octave_value_list args,
int   
)

Definition at line 354 of file mappers.cc.

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

Referenced by install_mappers_fcns().

OCTAVE_EXPORT octave_value_list Fatanh ( const octave_value_list args,
int   
)

Definition at line 393 of file mappers.cc.

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

Referenced by install_mappers_fcns().

OCTAVE_EXPORT octave_value_list Fcbrt ( const octave_value_list args,
int   
)

Definition at line 431 of file mappers.cc.

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

Referenced by install_mappers_fcns().

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

Variable Documentation

& $x =0$

Definition at line 1852 of file mappers.cc.

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

Definition at line 229 of file mappers.cc.

cr

Definition at line 1852 of file mappers.cc.

Referenced by TerminalView::updateImage().

is negative eealso

Definition at line 431 of file mappers.cc.

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

Definition at line 229 of file mappers.cc.

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

Definition at line 229 of file mappers.cc.

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