I am working on an exponents method for a program I am working on but I am having difficulties with the IEEE 745 approximation standard.
Originally I used Math.pow( )
but noticed that the Java.Math
doesn't address the IEEE 745 approximation.
My question is, is there a method or class that processes exponential powers and addresses IEEE 745?