UNPKG
@stdlib/math-base-special-expit
Version:
latest (0.2.4)
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Standard logistic function.
stdlib.io
stdlib-js/math-base-special-expit
@stdlib/math-base-special-expit
/
dist
/
index.d.ts
3 lines
•
106 B
TypeScript
View Raw
1
2
3
/// <reference path="../docs/types/index.d.ts" />
import
expit
from
'../docs/types/index'
;
export
= expit;