mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
[liba] Delete useless constant HUGE_VALF
Change-Id: Ibc72edb4b5e398bde1ea7df4fceea6c362043281
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
LIBA_BEGIN_DECLS
|
||||
|
||||
#define NAN (0.0f/0.0f)
|
||||
#define HUGE_VALF 1e50f
|
||||
#define INFINITY HUGE_VALF
|
||||
#define INFINITY 1e50f
|
||||
#define M_E 2.71828182845904523536028747135266250
|
||||
#define M_PI 3.14159265358979323846264338327950288
|
||||
|
||||
|
||||
Reference in New Issue
Block a user