Create a new clinical calculator by providing specifications. The generator will create Python code and tests automatically.
Get help creating your calculator with AI-powered suggestions
number - Numeric valuesstring - Text valuesboolean - True/Falsedate - Date values{variable_name}
result
working
interpretation
Result: weight / (height ** 2)
Working: BMI = weight / height² = [result]
Interpretation: BMI is [result] kg/m²