[poincare] Enbale to evaluate expression in degrees or radian

Change-Id: I8b08e7fa93431817559a594a1ea03d4414f0c830
This commit is contained in:
Émilie Feral
2017-02-01 16:07:56 +01:00
parent 8d30d3fd0a
commit 42e4cf408d
55 changed files with 211 additions and 193 deletions

View File

@@ -7,8 +7,8 @@ LIBA_BEGIN_DECLS
#define NAN (0.0f/0.0f)
#define INFINITY __builtin_inff()
#define M_E 2.71828182845904523536028747135266250
#define M_PI 3.14159265358979323846264338327950288
#define M_E 2.71828182845904523536028747135266250f
#define M_PI 3.14159265358979323846264338327950288f
/* The C99 standard requires isinf and isnan to be defined as macros that can
* handle arbitrary precision float numbers. The names of the functions called