Allow manually derived formulas for things nerdimer can't handl

This commit is contained in:
Daniel Dunn
2025-04-04 01:11:50 -06:00
parent 32adf8effe
commit 1a9ed879d6
3 changed files with 26 additions and 1 deletions

View File

@@ -15,6 +15,7 @@ export const areaSphere: GenericCalcType = {
{
name: 'r',
title: 'Radius',
formula: 'r = sqrt(A/pi) / 2',
unit: 'mm',
default: 1
}