Method: Utilities::Statistics#squares
- Defined in:
- lib/utilities/utilities.rb
#squares ⇒ Object
Calculate squares of each item
35 36 37 |
# File 'lib/utilities/utilities.rb', line 35 def squares map{ |i| i**2 } end |
Calculate squares of each item
35 36 37 |
# File 'lib/utilities/utilities.rb', line 35 def squares map{ |i| i**2 } end |