soh

Calculate the sine of a triangle

Usage no npm install needed!

<script type="module">
  import soh from 'https://cdn.skypack.dev/soh';
</script>

README

SOH

Easily calulate the Sine of a triangle.

Usage

soh([angle], opposite, hypotenuse)

var soh = require('soh');
console.log(soh(40, 15, 24));	// => 0.465695725299593

Author

Nicky Laczko