Skip to content
Snippets Groups Projects
Commit 951e5b99 authored by Francois Henrotte's avatar Francois Henrotte
Browse files

added atanh

parent 97c5cd37
No related branches found
No related tags found
No related merge requests found
...@@ -327,6 +327,8 @@ ...@@ -327,6 +327,8 @@
{ "Tan", tan }, { "Tan", tan },
{ "tanh", tanh }, { "tanh", tanh },
{ "Tanh", tanh }, { "Tanh", tanh },
{ "atanh", atanh },
{ "Atanh", atanh },
{ "trunc", trunc }, // added { "trunc", trunc }, // added
{ "Trunc", trunc }, { "Trunc", trunc },
{ "floor", floor }, // largest integer not grather than x { "floor", floor }, // largest integer not grather than x
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment