Ruby 2.3.0 リファレンスマニュアル > ライブラリ一覧 > 組み込みライブラリ > Mathモジュール > tan
tan(x) -> Float
x の正接関数の値をラジアンで返します。
例 Math.tan(0) # => 0.0
Math.tan(0) # => 0.0