Signed-off-by: Michael Niedermayer <michaelni@gmx.at>tags/n1.1
| @@ -791,6 +791,11 @@ int main(int argc, char **argv) | |||||
| "taylor(eq(mod(ld(1),4),1)-eq(mod(ld(1),4),3), PI/2, 1)", | "taylor(eq(mod(ld(1),4),1)-eq(mod(ld(1),4),3), PI/2, 1)", | ||||
| "root(sin(ld(0))-1, 2)", | "root(sin(ld(0))-1, 2)", | ||||
| "root(sin(ld(0))+6+sin(ld(0)/12)-log(ld(0)), 100)", | "root(sin(ld(0))+6+sin(ld(0)/12)-log(ld(0)), 100)", | ||||
| "7000000B*random(0)", | |||||
| "squish(2)", | |||||
| "gauss(0.1)", | |||||
| "hypot(4,3)", | |||||
| "gcd(30,55)*min(9,1)", | |||||
| NULL | NULL | ||||
| }; | }; | ||||
| @@ -217,5 +217,20 @@ Evaluating 'root(sin(ld(0))-1, 2)' | |||||
| Evaluating 'root(sin(ld(0))+6+sin(ld(0)/12)-log(ld(0)), 100)' | Evaluating 'root(sin(ld(0))+6+sin(ld(0)/12)-log(ld(0)), 100)' | ||||
| 'root(sin(ld(0))+6+sin(ld(0)/12)-log(ld(0)), 100)' -> 60.965601 | 'root(sin(ld(0))+6+sin(ld(0)/12)-log(ld(0)), 100)' -> 60.965601 | ||||
| Evaluating '7000000B*random(0)' | |||||
| '7000000B*random(0)' -> 0.003078 | |||||
| Evaluating 'squish(2)' | |||||
| 'squish(2)' -> 0.000335 | |||||
| Evaluating 'gauss(0.1)' | |||||
| 'gauss(0.1)' -> 0.396953 | |||||
| Evaluating 'hypot(4,3)' | |||||
| 'hypot(4,3)' -> 5.000000 | |||||
| Evaluating 'gcd(30,55)*min(9,1)' | |||||
| 'gcd(30,55)*min(9,1)' -> 5.000000 | |||||
| 12.700000 == 12.7 | 12.700000 == 12.7 | ||||
| 0.931323 == 0.931322575 | 0.931323 == 0.931322575 | ||||