Background for Skyrim SE
Member of the LibMathf script
floatfunctionPow(floatf, floatp)NativeGlobal

Description

Documentation Comment

Returns f raised to power p


Caveats


Parameters

floatf

floatp


Examples

Auto-Generated Example

float myFloat__f
float myFloat__p

float returnedValue = LibMathf.Pow(myFloat__f, myFloat__p)
Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.