menu
myanmar_calendar_widget package
documentation
hindu/hcalendar/math_functions.dart
cosd function
cosd function
dark_mode
light_mode
cosd
function
double
cosd
(
double
degrees
)
Calculates cosine in degrees
Implementation
double cosd(double degrees) { return math.cos(toRadians(degrees)); }
myanmar_calendar_widget package
documentation
hindu/hcalendar/math_functions
cosd function
math_functions library