The expit function.
Project description
Overview
The expit function.
Installation
To install expit, you can use pip. Open your terminal and run:
pip install expit
Example
To calculate the function value of 0.42 in the shell:
py -m expit 0.42
Or inside of a python script:
import expit
print(expit.function(0.42))
License
This project is licensed under the MIT License.
Links
Credits
Author: Johannes
Thank you for using expit!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
expit-1.0.4.tar.gz
(2.8 kB
view hashes)
Built Distribution
expit-1.0.4-py3-none-any.whl
(3.5 kB
view hashes)