I have been implementing a calculator in Action Script 3 and I found Math classes for sin, cos, tan, asin, acos, atan
but I do not find any way to implement sinh, cosh, tanh, asinh, acosh, atanh
in Action Script 3.
Do I need to write the code on the basis of raw formulas or is there any AS libraries available which do the work. I am not very good in math so do not want to write it using formulas. Also using formula may result in imprecise result.
Please suggest a way to figure it out for both the cases.
What formulas did you intend to use? With the means at hand you can easily define