Tanh
This method returns the hyperbolic tangent of the supplied angle in radians.
Declaration
// C#
public static OracleDecimal Tanh(OracleDecimal val);
Parameters
-
val
An
OracleDecimal
structure that represents an angle in radians.
Return Value
An OracleDecimal
instance.
Remarks
If either argument has a null value, the returned OracleDecimal
has a null value.