menu
pc_data_package package
documentation
form_utils.dart
FormUtils
calc_BMI static method
calc_BMI static method
dark_mode
light_mode
calc_BMI
static method
double
calc_BMI
(
int
lbs
,
double
inches
)
Implementation
static double calc_BMI(int lbs,double inches){ return 703*lbs/inches/inches; }
pc_data_package package
documentation
form_utils
FormUtils
calc_BMI static method
FormUtils class