Tagged Questions
3
votes
6answers
586 views
Is there a Java equivalent of frexp?
Is there a Java equivalent of the C / C++ function called frexp? If you aren't familiar, frexp is defined by Wikipedia to "break floating-point number down into mantissa and exponent."
I am looking ...