mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-20 06:09:17 +02:00
25 lines
411 B
Markdown
25 lines
411 B
Markdown
# Inexact Library
|
|
|
|
The `(scheme inexact)` library exports procedures which are typically only useful with inexact values.
|
|
|
|
For more information see the [R<sup>7</sup>RS Scheme Specification](../../r7rs.pdf).
|
|
|
|
- [`acos`](#acos)
|
|
- [`asin`](#asin)
|
|
- [`atan`](#atan)
|
|
- [`cos`](#cos)
|
|
- [`exp`](#exp)
|
|
- [`log`](#log)
|
|
- [`sin`](#sin)
|
|
- [`sqrt`](#sqrt)
|
|
- [`tan`](#tan)
|
|
|
|
#acos
|
|
#asin
|
|
#atan
|
|
#cos
|
|
#exp
|
|
#log
|
|
#sin
|
|
#sqrt
|
|
#tan
|