Pow
- Parameters
x realpower real- comment
Computes x to the y'th power. If y is zero this returns 1.0 and if both x is zero and y is less than zero this returns 0.0
- pure
- This function is pure. For the same values passed to it, it will always return the same value.
- patch
1.00
- Source
- common.j (suggest an edit or discuss on Github)
- return type
real- Source code
native Pow takes real x, real power returns real