Hi, I`ve encountered a problem with float variables accuracy (number of ciphers after comma). I`ve got a function, which converts angle in degrees into angle in radians value, then rad value goes to Asin() function. One quick log on the screen and UDK says, that sin from 30 degrees angle is 0.551, and everyone knows this is 0.5
Is there any way to enlarge the float`s accuracy? Or another way to do these calculations with better accuracy?
Greetings, radmack
Is there any way to enlarge the float`s accuracy? Or another way to do these calculations with better accuracy?
Greetings, radmack
Comment