14.4.7 OracleDecimal Static (Trigonometric) Methods

The OracleDecimal static (trigonometric) methods are listed in Table 14-55.

Table 14-55 OracleDecimal Static (Trigonometric) Methods

Methods Description

Acos

Returns an angle in radians whose cosine is the supplied OracleDecimal structure

Asin

Returns an angle in radians whose sine is the supplied OracleDecimal structure

Atan

Returns an angle in radians whose tangent is the supplied OracleDecimal structure

Atan2

Returns an angle in radians whose tangent is the quotient of the two supplied OracleDecimal structures

Cos

Returns the cosine of the supplied angle in radians

Sin

Returns the sine of the supplied angle in radians

Tan

Returns the tangent of the supplied angle in radians

Cosh

Returns the hyperbolic cosine of the supplied angle in radians

Sinh

Returns the hyperbolic sine of the supplied angle in radians

Tanh

Returns the hyperbolic tangent of the supplied angle in radians