menu
quantity package
documentation
quantity.dart
Angle
cosine method
cosine method
dark_mode
light_mode
cosine
method
double
cosine
(
)
Calculates the cosine of this angle.
Implementation
double cosine() => math.cos(mks.toDouble());
quantity package
documentation
quantity
Angle
cosine method
Angle class