sci

[format descriptor] sci [n [m]]

RRRS, R3RS: express in exponential notation. n specifies the total number of places to be displayed. n defaults to the size of a single-precision flonum. m specifies the number of places to the right of the radix point. m defaults to n-1. (sci h) does heuristic expression.

See also number->string.