module Axiom::Function::Numeric::SquareRoot::Methods

Public Instance Methods

square_root() click to toggle source

Return a square root function

@example

square_root = attribute.square_root

@return [SquareRoot]

@api public

# File lib/axiom/function/numeric/square_root.rb, line 77
def square_root
  SquareRoot.new(self)
end