pow
Call Signature
Section titled “Call Signature”pow(
base
,exponent
):number
Defined in: packages/typegpu/src/std/numeric.ts:650
Parameters
Section titled “Parameters”number
exponent
Section titled “exponent”number
Returns
Section titled “Returns”number
Call Signature
Section titled “Call Signature”pow<
T
>(base
,exponent
):T
Defined in: packages/typegpu/src/std/numeric.ts:650
Type Parameters
Section titled “Type Parameters”• T extends AnyFloatVecInstance
Parameters
Section titled “Parameters”T
exponent
Section titled “exponent”T
Returns
Section titled “Returns”T