Ruby can square!
Need to do exponential calculations in Ruby? Use the **
operator:
5 ** 2
# => 25
2 ** 3
# => 8
4 ** 4
# => 256
Tweet
Need to do exponential calculations in Ruby? Use the **
operator:
5 ** 2
# => 25
2 ** 3
# => 8
4 ** 4
# => 256
Tweet