[calculation] Display exact and approximate results

Change-Id: Id5fe5b5db464c45f09bd1a1285def95e738a78c7
This commit is contained in:
Émilie Feral
2017-10-27 17:30:03 +02:00
parent 6c51c584f2
commit 5fd8fda4b1
17 changed files with 273 additions and 22 deletions

View File

@@ -2,4 +2,4 @@
wchar_t codePointForSymbol[NUMBER_OF_SYMBOLS] = {0x222b, 0x0078, 0x0305,
0x0079, 0x0305, 0x0393, 0x03a3, 0x03b8, 0x03bb, 0x03bc, 0x03c0, 0x03c3, 0x0456,
0x1D07, 0x2032, 0x212e, 0x2192, 0x221A, 0x2264, 0x2265, 0x00D7, 0x00B7};
0x1D07, 0x2032, 0x212e, 0x2192, 0x221A, 0x2264, 0x2265, 0x00D7, 0x00B7, 0x2248};

View File

@@ -3,7 +3,7 @@
#include <stddef.h>
#define NUMBER_OF_SYMBOLS 22
#define NUMBER_OF_SYMBOLS 23
extern wchar_t codePointForSymbol[NUMBER_OF_SYMBOLS];