Click to See Complete Forum and Search --> : hyperbolic sine.How to write it?


minusxblind
03-09-2007, 11:01 PM
hyperbolic sine (sinh) how to write it?please...

agent_x91
03-10-2007, 11:37 AM
I've not tried, but it's probably Math.sinh(int). There is a Math.sin(int) method, so that one probably also exists. You'll have to check though.