menu
myanmar_calendar_widget package
documentation
hindu/hcalendar/math_functions.dart
toDegrees function
toDegrees function
dark_mode
light_mode
toDegrees
function
double
toDegrees
(
double
radians
)
Converts radians to degrees
Implementation
double toDegrees(double radians) { return radians * 180.0 / math.pi; }
myanmar_calendar_widget package
documentation
hindu/hcalendar/math_functions
toDegrees function
math_functions library