Add slack line calc

This commit is contained in:
Daniel Dunn
2025-05-06 01:19:54 -06:00
parent 7813594bbb
commit a31fe6b617
2 changed files with 57 additions and 2 deletions

View File

@@ -2,5 +2,11 @@ import ohmslaw from './ohmsLaw';
import voltageDropInWire from './voltageDropInWire';
import sphereArea from './sphereArea';
import sphereVolume from './sphereVolume';
export default [ohmslaw, voltageDropInWire, sphereArea, sphereVolume];
import slackline from './slackline';
export default [
ohmslaw,
voltageDropInWire,
sphereArea,
sphereVolume,
slackline
];