pow()
Calculates and returns passed base being
raised by passed power.
Function Prototype
pow(base, power)
Arguments
| Argument Name | Data Type | Description |
|---|---|---|
base |
Real Number | Basis to be raised. [required] |
power |
Real Number | base will be raised by this power.[required] |
Return Value
| Data Type | Description |
|---|---|
| Real Number | base raised by passed power. |
Remarks
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.
Examples
None yet.
See also
round(), log(), sqrt(), exp(), sin()
Availability
Since LinuxSampler 2.1.1.svn14.
Document Updated: 2019-09-16 | Author: Christian Schoenebeck