menu
statistics package
documentation
statistics.dart
Decimal
cos property
cos property
dark_mode
light_mode
cos
property
@
override
Decimal
get
cos
override
The cosine of this number.
Implementation
@override Decimal get cos => Decimal.fromDouble(math.cos(toDouble()));
statistics package
documentation
statistics
Decimal
cos property
Decimal class