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