Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 1.07 KB

Readme.md

File metadata and controls

38 lines (25 loc) · 1.07 KB

logit-function

NPM version build status license

A JavaScript implementation of the logit function

The logit function is the inverse of the sigmoid

Installation

$ npm install logit

Usage

var logit = require('logit-function');
logit(0.7)  // 0.8472978603872034

See also

Thanks

To Steven Miller, the author of the sigmoid npm package in which this one is heavily based on.

License

MIT