Home
Current location: Home > Optical > TracePro >

exact-&gtinexact

  
Action:Returns the inexact number that is numerically closest to z.
Syntax:(exact->inexact z)
Arg Types:number
Returns:number
Errors:
Description:See Action
Limitations:Not applicable
Example:

(exact->inexact 2)
;2.0
(exact->inexact 3/5)
;0.6
(exact->inexact -2.5)
;-2.5
------Separation line ----------------------------