C program to create Catenary curve from given Rise and Span. The output is in dxf file which can be imported by suitable CAD softwares.
Compile :
gcc catenary.c -o catenary -lm
Usage :
./catenary -s <span> -r <rise> -d <divisions> -o <dxfFile>
8000