-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmath.tête
67 lines (54 loc) · 1.38 KB
/
math.tête
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
#include "base.tête"
#include <math.h>
#define mesubn scalbn
#define mesubln scalbln
#define puis pow
#define rccr sqrt
#define rccb cbrt
#define fer erf
#define ferc erfc
#define plafond ceil
#define sol floor
#define tronq trunc
#define arrondir round
#define arrondirl lround
#define arrondirll llround
#define aent rint
#define alent lrint
#define allent llrint
#define procheent nearbyint
#define reste remainder
#define resquo remquo
#define copiersigne copysign
#define PUN NAN
#define prochainaprès nextafter
#define prochainvers nexttoward
#define fam fma
#define classifierfp fpclassify
#define estfini isfinite
#define estinf isinf
#define estpun isnan
#define estnormal isnormal
#define boutsigne signbit
#define estplusgrand isgreater
#define estplusgrandegal isgreaterequal
#define estpluspetit isless
#define estpluspetitegal islessequal
#define estpluspetitouplusgrand islessgreater
#define estnonordonné isunordered
#define math_gestionerr math_errhandling
#define INFINI INFINITY
#define PUN NAN
#define ÉNORME_VAL HUGE_VAL
#define ÉNORME_VALF HUGE_VALF
#define ÉNORME_VALL HUGE_VALL
#define MATH_NOERR MATH_ERRNO
#define MATH_EXCEPTERR MATH_EXCEPTERR
#define FP_INFINI FP_INFINITE
#define FP_PUN FP_NAN
#define FP_SOUSNORMAL FP_SUBNORMAL
#define FP_ZÉRO FP_ZERO
#define FP_LOGEB0 FP_ILOGB0
#define FP_LOGEBPUN FP_ILOGBNAN
#define t_double double_t
#define t_flot float_t