This repository has been archived on 2023-10-26. You can view files and clone it, but cannot push or open issues or pull requests.
VSMechatronics/LC20/AreaFunc.h

2 lines
114 B
C
Raw Normal View History

float CalculateAreaOfCircle ( float radius );
float CalculateSurfaceAreaOfCylinder ( float radius, float length );