Packagedanmaq.nineball.misc.math
Classpublic final class CMathHyperbolic

双曲線関数系の演算関数群クラスです。



Public Methods
 MethodDefined by
  
Hacos(fRadian:Number):Number
[static] ハイパーボリック アークコサインを計算します。
CMathHyperbolic
  
Hacosec(fRadian:Number):Number
[static] ハイパーボリック アークコセカントを計算します。
CMathHyperbolic
  
Hacotan(fRadian:Number):Number
[static] ハイパーボリック アークコタンジェントを計算します。
CMathHyperbolic
  
Hasec(fRadian:Number):Number
[static] ハイパーボリック アークセカントを計算します。
CMathHyperbolic
  
Hasin(fRadian:Number):Number
[static] ハイパーボリック アークサインを計算します。
CMathHyperbolic
  
Hatan(fRadian:Number):Number
[static] ハイパーボリック アークタンジェントを計算します。
CMathHyperbolic
  
Hcos(fRadian:Number):Number
[static] ハイパーボリック コサインを計算します。
CMathHyperbolic
  
Hcosec(fRadian:Number):Number
[static] ハイパーボリック コセカントを計算します。
CMathHyperbolic
  
Hcotan(fRadian:Number):Number
[static] ハイパーボリック コタンジェントを計算します。
CMathHyperbolic
  
Hsec(fRadian:Number):Number
[static] ハイパーボリック セカントを計算します。
CMathHyperbolic
  
Hsin(fRadian:Number):Number
[static] ハイパーボリック サインを計算します。
CMathHyperbolic
  
Htan(fRadian:Number):Number
[static] ハイパーボリック タンジェントを計算します。
CMathHyperbolic
Method detail
Hacos()method
public static function Hacos(fRadian:Number):Number

ハイパーボリック アークコサインを計算します。

Parameters
fRadian:Number — ラジアン値

Returns
Number — 対応するハイパーボリック アークコサイン値
Hacosec()method 
public static function Hacosec(fRadian:Number):Number

ハイパーボリック アークコセカントを計算します。

Parameters
fRadian:Number — ラジアン値

Returns
Number — 対応するハイパーボリック アークコセカント値
Hacotan()method 
public static function Hacotan(fRadian:Number):Number

ハイパーボリック アークコタンジェントを計算します。

Parameters
fRadian:Number — ラジアン値

Returns
Number — 対応するハイパーボリック アークコタンジェント値
Hasec()method 
public static function Hasec(fRadian:Number):Number

ハイパーボリック アークセカントを計算します。

Parameters
fRadian:Number — ラジアン値

Returns
Number — 対応するハイパーボリック アークセカント値
Hasin()method 
public static function Hasin(fRadian:Number):Number

ハイパーボリック アークサインを計算します。

Parameters
fRadian:Number — ラジアン値

Returns
Number — 対応するハイパーボリック アークサイン値
Hatan()method 
public static function Hatan(fRadian:Number):Number

ハイパーボリック アークタンジェントを計算します。

Parameters
fRadian:Number — ラジアン値

Returns
Number — 対応するハイパーボリック アークタンジェント値
Hcos()method 
public static function Hcos(fRadian:Number):Number

ハイパーボリック コサインを計算します。

Parameters
fRadian:Number — ラジアン値

Returns
Number — 対応するハイパーボリック コサイン値
Hcosec()method 
public static function Hcosec(fRadian:Number):Number

ハイパーボリック コセカントを計算します。

Parameters
fRadian:Number — ラジアン値

Returns
Number — 対応するハイパーボリック コセカント値
Hcotan()method 
public static function Hcotan(fRadian:Number):Number

ハイパーボリック コタンジェントを計算します。

Parameters
fRadian:Number — ラジアン値

Returns
Number — 対応するハイパーボリック コタンジェント値
Hsec()method 
public static function Hsec(fRadian:Number):Number

ハイパーボリック セカントを計算します。

Parameters
fRadian:Number — ラジアン値

Returns
Number — 対応するハイパーボリック セカント値
Hsin()method 
public static function Hsin(fRadian:Number):Number

ハイパーボリック サインを計算します。

Parameters
fRadian:Number — ラジアン値

Returns
Number — 対応するハイパーボリック サイン値
Htan()method 
public static function Htan(fRadian:Number):Number

ハイパーボリック タンジェントを計算します。

Parameters
fRadian:Number — ラジアン値

Returns
Number — 対応するハイパーボリック タンジェント値