menu
myanmar_calendar_widget package
documentation
hindu/hcalendar/math_functions.dart
atand function
atand function
dark_mode
light_mode
atand
function
double
atand
(
double
value
)
Calculates arctangent in degrees
Implementation
double atand(double value) { return toDegrees(math.atan(value)); }
myanmar_calendar_widget package
documentation
hindu/hcalendar/math_functions
atand function
math_functions library