Method: Fable::NativeFunctionOperations#pow

Defined in:
lib/fable/native_function_operations.rb

#pow(x, y) ⇒ Object



83
84
85
# File 'lib/fable/native_function_operations.rb', line 83

def pow(x,y)
  return x ** y
end