Method | Description | |
---|---|---|
Acosh ( double d ) : double |
Returns the angle whose hyperbolic cosine is the specified number.
|
|
Acot ( double d ) : double |
Returns the angle whose cotangent is the specified number.
|
|
Acoth ( double d ) : double |
Returns the angle whose hyperbolic cotangent is the specified number.
|
|
Acsc ( double d ) : double |
Returns the angle whose cosecant is the specified number.
|
|
Acsch ( double d ) : double |
Returns the angle whose hyperbolic cosecant is the specified number.
|
|
Asec ( double d ) : double |
Returns the angle whose secant is the specified number.
|
|
Asech ( double d ) : double |
Returns the angle whose hyperbolic secant is the specified number.
|
|
Asinh ( double d ) : double |
Returns the angle whose hyperbolic sine is the specified number.
|
|
Atanh ( double d ) : double |
Returns the angle whose hyperbolic tangent is the specified number.
|
|
Cot ( double d ) : double |
Returns the cotangent of the specified angle.
|
|
Coth ( double d ) : double |
Returns the hyperbolic cotangent of the specified angle.
|
|
Csc ( double d ) : double |
Returns the cosecant of the specified angle.
|
|
Csch ( double d ) : double |
Returns the hyperbolic cosecant of the specified angle.
|
|
Fact ( double n ) : double |
Computes the factorial.
|
|
GCD ( ) : double |
Computes the polynomial greatest common divisor.
|
|
GCD ( double a, double b ) : double |
Computes the greatest common divisor.
|
|
LCM ( ) : double |
Computes the polynomial least common multiple.
|
|
LCM ( double a, double b ) : double |
Computes the least common multiple.
|
|
Pow ( double number, double power ) : double |
Returns a specified number raised to the specified power.
|
|
Sec ( double d ) : double |
Returns the secant of the specified angle.
|
|
Sech ( double d ) : double |
Returns the hyperbolic secant of the specified angle.
|
|
ToNewBase ( int number, NumeralSystem numeralSystem ) : string |
Converts number to the new numeral system.
|
public static Acosh ( double d ) : double | ||
d | double | A number representing a hyperbolic cosine. |
return | double |
public static Acot ( double d ) : double | ||
d | double | A number representing a cotangent. |
return | double |
public static Acoth ( double d ) : double | ||
d | double | A number representing a hyperbolic cotangent. |
return | double |
public static Acsc ( double d ) : double | ||
d | double | A number representing a hyperbolic cosecant. |
return | double |
public static Acsch ( double d ) : double | ||
d | double | A number representing a hyperbolic cosecant. |
return | double |
public static Asec ( double d ) : double | ||
d | double | A number representing a secant. |
return | double |
public static Asech ( double d ) : double | ||
d | double | A number representing a hyperbolic secant. |
return | double |
public static Asinh ( double d ) : double | ||
d | double | A number representing a hyperbolic sine. |
return | double |
public static Atanh ( double d ) : double | ||
d | double | A number representing a hyperbolic tangent. |
return | double |
public static Cot ( double d ) : double | ||
d | double | An angle, measured in radians. |
return | double |
public static Coth ( double d ) : double | ||
d | double | An angle, measured in radians. |
return | double |
public static Csc ( double d ) : double | ||
d | double | An angle, measured in radians. |
return | double |
public static Csch ( double d ) : double | ||
d | double | An angle, measured in radians. |
return | double |
public static Fact ( double n ) : double | ||
n | double | An argument. |
return | double |
public static GCD ( double a, double b ) : double | ||
a | double | |
b | double | |
return | double |
public static LCM ( double a, double b ) : double | ||
a | double | |
b | double | |
return | double |
public static Pow ( double number, double power ) : double | ||
number | double | A double-precision floating-point number to be raised to a power. |
power | double | A double-precision floating-point number that specifies a power. |
return | double |
public static Sec ( double d ) : double | ||
d | double | An angle, measured in radians. |
return | double |
public static Sech ( double d ) : double | ||
d | double | An angle, measured in radians. |
return | double |
public static ToNewBase ( int number, NumeralSystem numeralSystem ) : string | ||
number | int | The number. |
numeralSystem | NumeralSystem | The numeral system. |
return | string |