How to use the atanh function from mathjs
Find comprehensive JavaScript mathjs.atanh code examples handpicked from public code repositorys.
GitHub: brin-eris/basic-bots
193 194 195 196 197 198 199 200 201 202
} let acoth = function(x){ return Mathjs.acoth(x); } let atanh = function(x){ return Mathjs.atanh(x); } let erf = function(x){ return Mathjs.erf(x); }
0
1
1
+ 7 other calls in file
mathjs.evaluate is the most popular function in mathjs (87200 examples)