A JavaScript implementation of the logit function
npm install logit-functionA JavaScript implementation of the logit function
The logit function is the inverse of the sigmoid
$ npm install logit
``js`
var logit = require('logit-function');
logit(0.7) // 0.8472978603872034See also
To Steven Miller, the author of the sigmoid` npm package in which this one is heavily based on.
[npm-image]: https://img.shields.io/npm/v/logit-function.svg?style=flat-square
[npm-url]: https://npmjs.org/package/logit-function
[travis-image]: https://travis-ci.org/xaviervia/logit-function.svg
[travis-url]: https://travis-ci.org/xaviervia/logit-function
[license-image]: https://img.shields.io/npm/l/express.svg
[license-url]: https://tldrlegal.com/license/mit-license