前端之家收集整理的这篇文章主要介绍了
ruby-on-rails – Ruby中的PI类型是什么?,
前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我想问一下使用
Ruby的PI和cos的类型.
写这些类型的惯例是什么?
我可以这样写:Math :: sin,Math :: PI或Math.sin,Math.PI?
@H_
403_8@
puts Math::PI
#=> 3.141592653589793
include Math
puts PI.class
#=> Float
require "bigdecimal/math"
include BigMath
puts PI(50).class
#=> BigDecimal
puts PI(50)
#=> 0.3141592653589793238462643383279502884197169399375105820974944592309049629352442819E1