1.0.0 • Published 9 years ago

soh v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

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

9 years ago