123456789101112131415 |
- /****************************************************************************
- * Parser error 011: Range error - exp [overflow]
- *
- * Expect error on line:
- * printf("%.15g", EXP(1e100))
- *
- * Author: Jed Wing <[email protected]>
- * Date: 2008-04-04
- ****************************************************************************/
- TIME_STEP = 1e-6
- ITERATIONS = 1
- printf("%.15g", EXP(1e100))
|