--- parser3/tests/038.html 2009/05/10 12:19:21 1.3
+++ parser3/tests/038.html 2023/12/30 01:35:10 1.4
@@ -13,4 +13,5 @@ $2($math:PI)
^^math:cos(^$math:PI): ^eval(^math:cos($math:PI))[%.2f]
^^math:acos(0): ^eval(^math:acos(0))[%.2f]
^^math:tan(^$math:PI/4): ^eval(^math:tan($math:PI/4))[%.2f]
-^^math:atan(-1): ^eval(^math:atan(-1))[%.2f]
\ No newline at end of file
+^^math:atan(-1): ^eval(^math:atan(-1))[%.2f]
+^^math:atan2(-1;0): ^eval(^math:atan2(-1;0))
\ No newline at end of file