mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-18 16:27:34 +01:00
[poincare] Handle rational unit exponents
Change-Id: Id710702dbed19d34992da90978d5823d68abb80a
This commit is contained in:
committed by
Émilie Feral
parent
09e39ad890
commit
51f1cdb076
@@ -26,6 +26,9 @@ typedef int64_t int_fast64_t;
|
||||
|
||||
typedef uint8_t uint_least8_t;
|
||||
|
||||
#define INT8_MAX 0x7f
|
||||
#define INT8_MIN (-INT8_MAX-1)
|
||||
|
||||
#define UINT8_MAX 0xff
|
||||
#define UINT16_MAX 0xffff
|
||||
|
||||
|
||||
Reference in New Issue
Block a user