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