mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
Fix potential overflow in complex radius calculation.
This commit is contained in:
committed by
EmilieNumworks
parent
851c145d31
commit
7e2cc375d2
@@ -10,6 +10,8 @@ LIBA_BEGIN_DECLS
|
||||
#define INFINITY __builtin_inff()
|
||||
#define M_E 2.71828182845904523536028747135266250
|
||||
#define M_PI 3.14159265358979323846264338327950288
|
||||
#define M_PI_4 0.78539816339744830961566084581987572
|
||||
#define M_SQRT2 1.41421356237309504880168872420969808
|
||||
|
||||
#define FP_INFINITE 0x01
|
||||
#define FP_NAN 0x02
|
||||
|
||||
Reference in New Issue
Block a user