menu
jrpn
complex
Real
tanh static method
tanh
brightness_4
tanh
static method
Null safety
double
tanh
(
double
x
)
Implementation
static double tanh(double x) { final e2x = dart.exp(2 * x); return (e2x - 1) / (e2x + 1); }
jrpn
complex
Real
tanh static method
Real class
Constructors
Real
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
acosh
asinh
atanh
cosh
sinh
tanh