class Nydp::Builtin::MathPower
Public Instance Methods
builtin_call(a0, a1 ;)
click to toggle source
# File lib/nydp/builtin/math_power.rb, line 4 def builtin_call a0, a1 ; a0 ** a1 ; end
# File lib/nydp/builtin/math_power.rb, line 4 def builtin_call a0, a1 ; a0 ** a1 ; end