Commit c88da604eb4f39c6349467590342e9ed79bc3cc9
1 parent
d337a320
Exists in
master
and in
96 other branches
Fix atan2
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
generic_data/Functions/functions.xml
... | ... | @@ -132,9 +132,9 @@ |
132 | 132 | <info_brief>Arc-tangent</info_brief> |
133 | 133 | <new_kernel>atan</new_kernel> |
134 | 134 | </function> |
135 | - <function name="atan2(,)" kind="math"> | |
135 | + <function name="atan2(,)" params="2" kind="math"> | |
136 | 136 | <info_brief>Arc-tangent</info_brief> |
137 | - <new_kernel>atan_2f</new_kernel> | |
137 | + <new_kernel>atan2</new_kernel> | |
138 | 138 | </function> |
139 | 139 | <function name="ceil()" kind="math"> |
140 | 140 | <info_brief>Closest integer greater than or equal to its argument</info_brief> |
... | ... |