decode-float

[procedure] decode-float flonum

ChezScheme, Gauche: returns a vector with tree integer elements, m, e, and s, such that flonum = s*m*2^e.

See also flonum?