ComplexTAtanh Method
Returns the angle whose hyperbolic tangent is the specified number.
Namespace: Metas.UncLib.CoreAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public Complex<T> Atanh()
Public Function Atanh As Complex(Of T)
public:
virtual Complex<T> Atanh() sealed
abstract Atanh : unit -> Complex<'T>
override Atanh : unit -> Complex<'T>
ComplexTIMathTAtanh