Increase count of Pi digits to 200
This commit is contained in:
@@ -8,7 +8,7 @@ void put_char(char c)
|
||||
IO_REG_CONSOLE = c | IO_REG_CONSOLE_SEND;
|
||||
}
|
||||
|
||||
#define N 50
|
||||
#define N 200
|
||||
#define CHUNK 4
|
||||
#define ARR_LEN (10 * N / 3 + 1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user