Class: Numeric
Overview
Defined aliases
-
√ – root of arbitrary degree ( x.√( n ) is n ** ( 1 / x ) ).
-
sqrt as in
4.sqrtfor square root (Math#sqrt).
Instance Method Summary collapse
-
#sqrt ⇒ Object
Square root (using Math#sqrt).
-
#√(number) ⇒ Object
Returns n-th root of the argument, where n is the receiver number.