diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-03-19 12:48:38 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-03-19 12:48:38 -0400 |
commit | c01e193e19d45e2c5b1e86928cedc11cdbdda476 (patch) | |
tree | 5233fa6d70c2a79022e19b1fffa13b2c5ce5c678 /tests/dimension/arithexp.pov | |
parent | 8977b20f170a23bb917a0f09b4c558ad8bbdb0ab (diff) | |
download | dimension-c01e193e19d45e2c5b1e86928cedc11cdbdda476.tar.xz |
Support exp().
Diffstat (limited to 'tests/dimension/arithexp.pov')
-rw-r--r-- | tests/dimension/arithexp.pov | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dimension/arithexp.pov b/tests/dimension/arithexp.pov index b8d700b..5e27612 100644 --- a/tests/dimension/arithexp.pov +++ b/tests/dimension/arithexp.pov @@ -21,5 +21,5 @@ sphere { 2*<<2.0 - 1.0, 3.0, 4.0>.x, (1.0 + 2)*2 - 5, 1.0 + 2*2 - 4> - -<0, 0, 1>, - 2.25 - 1*2 + exp(1) - 1*2 } |