Hyperbolic tangent function
  • JavaScript 61.3%
  • Makefile 38.7%
Find a file
2016-06-27 15:43:47 -04:00
lib use exp once 2016-06-27 15:43:47 -04:00
test added test/ 2015-07-20 14:30:29 -07:00
.eslintrc added .eslintrc 2015-07-20 14:30:29 -07:00
.gitignore added .gitignore 2015-07-20 14:30:29 -07:00
circle.yml added circle.yml 2015-07-20 14:30:29 -07:00
Makefile added makefile 2015-07-20 14:30:29 -07:00
package.json fixed spelling error 2015-07-20 14:44:01 -07:00
Readme.md added readme.md 2015-07-20 14:30:29 -07:00

htan

NPM version build status license

The hyperbolic tangent function

Installation

$ npm install htan

Usage

var htan = require('htan');
htan(-0.8); // -0.664036770267849

License

MIT