Definitely still WIP, this lets you group calc inputs into equivalents

This commit is contained in:
Daniel Dunn
2025-04-04 00:53:21 -06:00
parent 9a55c934fa
commit 9fe703e0f7
5 changed files with 312 additions and 102 deletions

View File

@@ -1,4 +1,5 @@
import ohmslaw from './ohms_law';
import voltagedropinwire from './wire_voltage_drop';
import { areaSphere, volumeSphere } from './area_volume';
export default [ohmslaw, voltagedropinwire];
export default [ohmslaw, voltagedropinwire, areaSphere, volumeSphere];