简单类型 / 数字 / 数学运算

number = 1000
result = Math::log10(number)
# result is 3.0

puts "result is #{result}"