MatrixTPointwiseAsin Method |
Pointwise applies the asin function to each value
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntaxpublic Matrix<T> PointwiseAsin()
Return Value
MatrixTA matrix containing the arc sine of each entry.
See Also