Hi I can't find a function to inverse a sin, cos or tan.
Does it exists anyway?
thanks, Kasper
It works Thank you very much.
, kasper
javascript has the same functions natively..
Math.sin() Math.asin() Math.cos() Math.acos() Math.tan() Math.atan()