Skip to content

Calculate the length of a missing side in a right triangle.

License

Notifications You must be signed in to change notification settings

happysmash27/pythorag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pythorag

Calculate the length of a missing side in a right triangle with the pythagorean theorem.

To compile, run gcc pythorag.c -o pythorag -lm, and to run, simply type ./pythorag and add the two known side lengths as arguments, e.g., ./pythorag 3 4.

About

Calculate the length of a missing side in a right triangle.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages