File: exp

package info (click to toggle)
scheme9 2025.08.12-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,080 kB
  • sloc: lisp: 16,752; ansic: 11,869; sh: 806; makefile: 237; sed: 6
file content (13 lines) | stat: -rw-r--r-- 550 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
R4RS 6.5.5  (exp number)  ==>  number
            (log number)  ==>  number
            (sin number)  ==>  number
            (cos number)  ==>  number
            (tan number)  ==>  number
            (asin number)  ==>  number
            (acos number)  ==>  number
            (atan number)  ==>  number

These procedures compute the usual transcendental functions.
LOG computes the natural logarithm of NUMBER (not the base ten
logarithm). ASIN, ACOS, and ATAN compute arcsine (sin^-1),
arccosine (cos^-1), and arctangent (tan^-1), respectively.