Scratch Modules Gallery

Exponentiation

Compute a to the power of b.

math

Contributors: LuYifei2011

Scripts

Main

define (a :: custom-arg) ^ (b :: custom-arg)
set [result v] to ([e ^ v] of ((b :: custom-arg) * ([ln v] of (a :: custom-arg))))

Variables / Lists

NameTypeScope
result
VariableSprite
Cover Preview