#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_NAMESPACE_BEGIN OCTAVE_EXPORT octave_value_list Fabs | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 64 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 94 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 154 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 226 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Farg | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 258 of file mappers.cc.
References ovl(), and print_usage().
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().
OCTAVE_EXPORT octave_value_list Fasinh | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 359 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 401 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 440 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 480 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 519 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 557 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 587 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fcosh | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 621 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fdawson | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 915 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 669 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 800 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 761 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 836 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 878 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 724 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 949 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fexpm1 | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 982 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 1052 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 1085 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 1134 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 1177 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 1208 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fisalpha | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1238 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fisascii | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1265 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 1289 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fisdigit | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1315 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fisfinite | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1015 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 1383 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fisinf | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1350 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 1409 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fisna | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1444 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 1484 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 1517 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fispunct | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1543 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fisspace | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1573 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fisupper | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1599 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fisxdigit | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1625 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Flgamma | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1653 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 1704 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Flog10 | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1728 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Flog1p | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1756 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 1784 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 1823 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 1861 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 1921 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 1958 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 1988 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fsinh | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 2020 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Fsqrt | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 2052 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Ftan | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 2080 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Ftanh | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 2112 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Ftolower | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 2152 of file mappers.cc.
References ovl(), and print_usage().
OCTAVE_EXPORT octave_value_list Ftoupper | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 2218 of file mappers.cc.
References ovl(), and print_usage().