#include <cctype>
#include "lo-ieee.h"
#include "lo-specfun.h"
#include "lo-mappers.h"
#include "defun.h"
#include "error.h"
#include "variables.h"
Go to the source code of this file.
OCTAVE_EXPORT octave_value_list Fabs | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 62 of file mappers.cc.
References abs(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Facos | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 92 of file mappers.cc.
References octave::math::acos(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Facosh | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 153 of file mappers.cc.
References octave::math::acosh(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fangle | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 228 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Farg | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 260 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fasin | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 296 of file mappers.cc.
References octave::math::asin(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fasinh | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 356 of file mappers.cc.
References octave::math::asinh(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fatan | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 399 of file mappers.cc.
References octave::math::atan(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fatanh | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 438 of file mappers.cc.
References octave::math::atanh(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fcbrt | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 476 of file mappers.cc.
References octave::math::cbrt(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fceil | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 515 of file mappers.cc.
References octave::math::ceil(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fconj | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 553 of file mappers.cc.
References conj(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fcos | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 583 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fcosh | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 617 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fdawson | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 911 of file mappers.cc.
References octave::math::dawson(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Ferf | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 665 of file mappers.cc.
References Faddeeva::erf(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Ferfc | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 796 of file mappers.cc.
References Faddeeva::erfc(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Ferfcinv | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 757 of file mappers.cc.
References octave::math::erfcinv(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Ferfcx | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 832 of file mappers.cc.
References Faddeeva::erfcx(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Ferfi | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 874 of file mappers.cc.
References Faddeeva::erfi(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Ferfinv | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 720 of file mappers.cc.
References octave::math::erfinv(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fexp | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 945 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fexpm1 | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 978 of file mappers.cc.
References octave::math::expm1(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Ffix | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1047 of file mappers.cc.
References octave::math::fix(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Ffloor | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1080 of file mappers.cc.
References octave::math::floor(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fgamma | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1129 of file mappers.cc.
References gamma(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fimag | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1172 of file mappers.cc.
References imag(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fisalnum | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1203 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fisalpha | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1233 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fisascii | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1260 of file mappers.cc.
References ovl(), print_usage(), and xisascii().
OCTAVE_EXPORT octave_value_list Fiscntrl | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1284 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fisdigit | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1310 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fisfinite | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1011 of file mappers.cc.
References octave::math::isfinite(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fisgraph | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1377 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fisinf | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1345 of file mappers.cc.
References octave::math::isinf(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fislower | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1403 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fisna | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1438 of file mappers.cc.
References octave::math::isna(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fisnan | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1478 of file mappers.cc.
References octave::math::isnan(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fisprint | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1510 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fispunct | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1536 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fisspace | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1566 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fisupper | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1592 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fisxdigit | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1618 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Flgamma | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1646 of file mappers.cc.
References octave::math::lgamma(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Flog | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1697 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Flog10 | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1721 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Flog1p | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1749 of file mappers.cc.
References octave::math::log1p(), ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Freal | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1770 of file mappers.cc.
References ovl(), print_usage(), and real().
OCTAVE_EXPORT octave_value_list Fround | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1809 of file mappers.cc.
References ovl(), print_usage(), and octave::math::round().
OCTAVE_EXPORT octave_value_list Froundb | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1847 of file mappers.cc.
References ovl(), print_usage(), and octave::math::roundb().
OCTAVE_EXPORT octave_value_list Fsign | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1907 of file mappers.cc.
References ovl(), print_usage(), and octave::math::signum().
OCTAVE_EXPORT octave_value_list Fsignbit | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1944 of file mappers.cc.
References ovl(), print_usage(), and octave_value::xsignbit().
OCTAVE_EXPORT octave_value_list Fsin | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1974 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fsinh | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 2006 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fsqrt | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 2038 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Ftan | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 2066 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Ftanh | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 2098 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Ftolower | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 2138 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Ftoupper | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 2204 of file mappers.cc.
References ovl(), and print_usage().