OpenMusic Reference
sqrt
sqrt
(lisp module) -- returns the principal square root of number
Syntax
sqrt number
Inputs
name | data type(s) | comments |
---|---|---|
number | a number |
Output
output | data type(s) | comments |
---|---|---|
first | a number |
Description
Returns the principal (positive) square root of number , i.e. the number which when multiplied by itself yields number .
Prev | Home | Next |
---|---|---|
sqr | Up | subs-posn |