exponentiate<T> function
LogoDart

exponentiate<T>#

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

Perform JavaScript exponentiation (**) on two values.