るりまサーチ

最速Rubyリファレンスマニュアル検索!
6件ヒット [1-6件を表示] (0.116秒)
トップページ > クエリ:i[x] > クエリ:h[x] > クエリ:asinh![x]

別のキーワード

  1. _builtin to_h
  2. env to_h
  3. hash to_h
  4. array to_h
  5. struct to_h

ライブラリ

モジュール

検索結果

CMath.#asinh!(x) -> Float (30300.0)

実数 x の逆双曲線正弦関数の値を返します。Math.#asinh のエイリアスです。

...数 x の逆双曲線正弦関数の値を返します。Math.#asinh のエイリアスです。

@param x 実数

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

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

@see Math.#asinh...