Change tilde_space to be 0 by default

This commit is contained in:
Landon Curt Noll
2022-12-03 14:02:49 -08:00
parent 0d99ba54d8
commit 7c6723db88
4 changed files with 21 additions and 19 deletions

View File

@@ -213,7 +213,7 @@ CONFIG newstd = { /* new non-backward compatible configuration */
POW_ALG2, /* size of modulus to use REDC for powers */
REDC_ALG2, /* size of modulus to use REDC algorithm 2 */
TRUE, /* OK to print a tilde on approximations */
TRUE, /* OK to print a space after tilde on approximations */
FALSE, /* OK to print a space after tilde on approximations */
TRUE, /* OK to print tab before numeric values */
0, /* quomod() default rounding mode */
2, /* quotient // default rounding mode */