Method: Utilities::Statistics#sqrts
- Defined in:
- lib/utilities/utilities.rb
#sqrts ⇒ Object
Calculate square roots of each item
47 48 49 |
# File 'lib/utilities/utilities.rb', line 47 def sqrts map{ |i| i.sqrt } end |
Calculate square roots of each item
47 48 49 |
# File 'lib/utilities/utilities.rb', line 47 def sqrts map{ |i| i.sqrt } end |