exact

[procedure] exact z

[procedure] inexact z

R6RS: Returns exact or inexact representation of z, respectively. If the conversion cannot be represented as exact or inexact numbers, &implementation-violation? condition may be raised.

See also inexact->exact, exact->inexact.