[poincare] Handle rational unit exponents

Change-Id: Id710702dbed19d34992da90978d5823d68abb80a
This commit is contained in:
Hugo Saint-Vignes
2020-06-16 16:59:16 +02:00
committed by Émilie Feral
parent 09e39ad890
commit 51f1cdb076
7 changed files with 46 additions and 32 deletions

View File

@@ -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