Overload List
| Name | Description | |
|---|---|---|
| Sinh(Double) |
Calculates the hyperbolic sine of a double-precision floating point number.
| |
| Sinh(Single) |
Calculates the hyperbolic sine of a floating point number.
| |
| Sinh(DoubleComplex) |
Calculates the hyperbolic sine of a complex number.
| |
| Sinh(DoubleComplexMatrix) |
Creates a new matrix with the same dimensions as a given matrix, whose values
are the result of applying the hyperbolic sine function to each element
of the matrix.
| |
| Sinh(DoubleComplexVector) |
Creates a new vector with the same size as a given vector, whose values are the
result of applying the hyperbolic sine function to each element of the vector.
| |
| Sinh(DoubleMatrix) |
Creates a new matrix with the same dimensions as a given matrix, whose values
are the result of applying the hyperbolic sine function to each element
of the matrix.
| |
| Sinh(DoubleVector) |
Creates a new vector with the same size as a given vector, whose values are the
result of applying the hyperbolic sine function to each element of the vector.
| |
| Sinh(FloatComplex) |
Calculates the hyperbolic sine of a complex number.
| |
| Sinh(FloatComplexMatrix) |
Creates a new matrix with the same dimensions as a given matrix, whose values
are the result of applying the hyperbolic sine function to each element
of the matrix.
| |
| Sinh(FloatComplexVector) |
Creates a new vector with the same size as a given vector, whose values are the
result of applying the hyperbolic sine function to each element of the vector.
| |
| Sinh(FloatMatrix) |
Creates a new matrix with the same dimensions as a given matrix, whose values
are the result of applying the hyperbolic sine function to each element
of the matrix.
| |
| Sinh(FloatVector) |
Creates a new vector with the same size as a given vector, whose values are the
result of applying the hyperbolic sine function to each element of the vector.
|