expit

Version:

Introduction

This project provides an implementation of the expit function.

Installation
Features
expit.function(x: float) -> float

This function implements expit.

expit.main

This click command implements 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)) #0.6034832498647263
Testing
License
Impressum