Nyquist / XLISP 2.0  - 
Contents |
Tutorials |
Examples |
Reference
log
  | Type: | - | function (subr) | 
  | Source: | - | sndfnint.c, sound.h | 
Syntax
- (log number)
- number - a floating-point number
 returns - the natural logarithm of number
 
Description
The 'log' function computes the natural logarithm of a
floating-point number and returns the result.
Examples
  Back to Top
Nyquist / XLISP 2.0  - 
Contents |
Tutorials |
Examples |
Reference