るりまサーチ

最速Rubyリファレンスマニュアル検索!
6件ヒット [1-6件を表示] (0.087秒)

別のキーワード

  1. bigdecimal/math atan
  2. math atan2
  3. math atan
  4. bigmath atan
  5. _builtin atan2

ライブラリ

モジュール

検索結果

CMath.#atan!(x) -> Float (18101.0)

実数 x の逆正接関数の値をラジアンで返します。Math.#atan のエイリ アスです。

実数 x の逆正接関数の値をラジアンで返します。Math.#atan のエイリ
アスです。

@param x 実数。

@return 返される値の範囲は [-π/2, +π/2] です。

@raise TypeError x に数値以外を指定した場合に発生します。

@raise RangeError x に実数以外の数値を指定した場合に発生します。

@see Math.#atan