1.0.0 • Published 10 years ago
soh v1.0.0
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
1.0.0
10 years ago
Easily calulate the Sine of a triangle.
soh([angle], opposite, hypotenuse)
var soh = require('soh');
console.log(soh(40, 15, 24)); // => 0.465695725299593
Nicky Laczko
10 years ago