Node:Scientific,
Next:Primitive Numerics,
Previous:Arithmetic,
Up:Numbers
21.2.12 Scientific Functions
The following procedures accept any kind of number as arguments,
including complex numbers.
Return the square root of z.
|
expt z1 z2
|
Scheme Procedure |
Return z1 raised to the power of z2.
|
Return the arccosine of z.
|
Return the arctangent of z.
|
Return e to the power of z, where e is the base of natural
logarithms (2.71828...).
|
Return the natural logarithm of z.
|
Return the base 10 logarithm of z.
|
Return the hyperbolic sine of z.
|
Return the hyperbolic cosine of z.
|
Return the hyperbolic tangent of z.
|
Return the hyperbolic arcsine of z.
|
Return the hyperbolic arccosine of z.
|
Return the hyperbolic arctangent of z.
|