cyclone/docs/api/scheme/inexact.md
Justin Ethier 7944230674 Fix links
2016-09-28 18:51:13 -04:00

687 B

Inexact Library

The (scheme inexact) library exports procedures which are typically only useful with inexact values.

For more information see the R7RS Scheme Specification.

#acos

(acos z)

#asin

(asin z)

#atan

(atan z)

#cos

(cos z)

#exp

(exp z)

#finite?

(finite? z)

#infinite?

(infinite? z)

#log

(log z)

#nan?

(nan? z)

#sin

(sin z)

#sqrt

(sqrt z)

#tan

(tan z)