numpy
2.0.0
|
#include "npy_math_private.h"
Defines | |
#define | NPY_DBL_EPSILON 1.2246467991473531772E-16 |
#define | LOGE2 NPY_LOGE2@c@ |
#define | LOG2E NPY_LOG2E@c@ |
#define | RAD2DEG (180.0@c@/NPY_PI@c@) |
#define | DEG2RAD (NPY_PI@c@/180.0@c@) |
Functions | |
double | npy_expm1 (double x) |
double | npy_log1p (double x) |
double | npy_atan2 (double y, double x) |
double | npy_hypot (double x, double y) |
double | npy_acosh (double x) |
double | npy_asinh (double xx) |
double | npy_atanh (double x) |
double | npy_rint (double x) |
double | npy_trunc (double x) |
double | npy_exp2 (double x) |
double | npy_log2 (double x) |
type npy_ kind | c (@type @x) |
type npy_ kind | c (@type @x,@type @y) |
type npy_modf | c (@type @x,@type @*iptr) |
#define NPY_DBL_EPSILON 1.2246467991473531772E-16 |
type npy_exp2_m1 c | ( | @type @ | x | ) |
References RAD2DEG.
type npy_logaddexp2 c | ( | @type @ | x, |
@type @ | y | ||
) |
double npy_acosh | ( | double | x | ) |
double npy_atan2 | ( | double | y, |
double | x | ||
) |
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
double npy_atanh | ( | double | x | ) |
double npy_exp2 | ( | double | x | ) |
double npy_expm1 | ( | double | x | ) |
double npy_hypot | ( | double | x, |
double | y | ||
) |
double npy_log1p | ( | double | x | ) |
double npy_log2 | ( | double | x | ) |
double npy_rint | ( | double | x | ) |
double npy_trunc | ( | double | x | ) |