Calculates and returns passed ??base?? being
raised by passed ??power??.
pow(??base??, ??power??)
| Argument Name | Data Type | Description |
|---|---|---|
??base?? |
Real Number | Basis to be raised. [required] |
??power?? |
Real Number | ??base?? will be raised by this power.[required] |
| Data Type | Description |
|---|---|
| Real Number | ??base?? raised by passed ??power??. |
This functions accepts any standard unit and finalness for its argument ??base??.
The return value's standard unit and finalness is identical to the passed ??base??'s one.
None yet.
round(), log(), sqrt(), exp(), sin()
Since LinuxSampler 2.1.1.svn14.