Is it possible to get the value of Asin and Acos as constant values for ex.
Math.Asin(-1) is PI/2 but I get the value 1,57079 how can I transform the 1,57079 automatically to PI/2 ?
Go to Source
Author: DataLordDev
Is it possible to get the value of Asin and Acos as constant values for ex.
Math.Asin(-1) is PI/2 but I get the value 1,57079 how can I transform the 1,57079 automatically to PI/2 ?
Go to Source
Author: DataLordDev