BendCalc/include/Kfactor.h

7 lines
182 B
C
Raw Normal View History

2023-11-25 14:37:27 -08:00
#ifndef KFACTOR_H
#define KFACTOR_H
// Function declaration for calculating the K-factor
double calculateKFactor(double neutralAxisLocation, double materialThickness);
#endif