Administrator Guide
Cookbook
Web User Guide
R DataSHIELD User Guide
Python User Guide
Magma Javascript API
Returns the value raised to the power of the argument.
pow([power])
Parameter
Description
power
The power to raise the value to.
$('AVar').pow(2) // AVar * AVar $('AVar').pow(-1) // 1 / AVar