BendCalc/include/Kfactor.h
2023-11-25 14:37:27 -08:00

7 lines
182 B
C

#ifndef KFACTOR_H
#define KFACTOR_H
// Function declaration for calculating the K-factor
double calculateKFactor(double neutralAxisLocation, double materialThickness);
#endif