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
Calculate the sine of a triangle
<script type="module">
import soh from 'https://cdn.skypack.dev/soh';
</script>
Easily calulate the Sine of a triangle.
soh([angle], opposite, hypotenuse)
var soh = require('soh');
console.log(soh(40, 15, 24)); // => 0.465695725299593