summaryrefslogtreecommitdiff
path: root/sample/math.rb
blob: c0b522508082ce0d2697095b5ce09b6865f67bd7 (plain)
1
2
3
4
# math example
include Math
sqrt(4)
print(Math.sqrt(257), "\n")