ldbl128_03_arith.c (182B)
1 int test_main(void) { 2 if (__LDBL_MANT_DIG__ != 113) return 0; 3 long double a = 21.0L; 4 long double b = 6.0L; 5 long double c = ((a + b) * 2.0L - 9.0L) / 3.0L; 6 return (int)c; 7 }
kitkit | |
| git clone https://git.ryansepassi.com/git/kit.git | |
| Log | Files | Refs | README |