D Documentation  
frexp
real frexp(real value, out int exp)

Calculates and returns x and exp so that
value      = x*2^exp
with  0.5 <= |x| < 1.0

X has same sign as value.

See also:
std.math.ldexp
Created using PHP docwiki written by Markus Dangl. Best viewed with Mozilla Firefox.