asin(float)
アークサイン計算し結果を返す。
float asin( float fValue );
Parameters
fValue
サイン値を意味する浮動小数値。値の範囲は -1.0 〜 1.0
Description
アークサインを計算し結果を度で返す(ラジアンではない)
返す値は -90 から 90
fValueが-1.0 〜 1.0にない場合は0を返す
Remarks
サインの逆関数
Version
1.31
See Also
functions: | acos | atan | cos | sin | tan |
categories: | Math Functions |
author: Charles Feduke, additional contributor(s): Paul Catalano, JP team: geshi, ngtaicho
Send comments on this topic.