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