Skip to content

exponentiate<T>

T exponentiate<T>(Object? first, Object? second)

Perform JavaScript exponentiation (**) on two values.