Skip to content

Henrique-CSS/simple-hypotenuse-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

simple-hypotenuse-api

An simple api to make calcs based on Pythagorean Theorem.

How to use

Send an GET request with the fallowing parameters:

  • c1 (the first side of the triangle)
  • c2 (the other side of the triangle)
  • h (the hypotenuse) and put an "x" in the parameter that you want to know

Example:

  • c1 = 9

  • c2 = 12

  • h = x

  • result = 15

About

An simple api to make calcs based on Pythagorean Theorem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages