The inverse of the smoothstep function.
npm install inverse-smoothstep








The inverse of the smoothstep function.



Based on Inigo Quilez.

``bash`
npm install inverse-smoothstep
`js
import inverseSmoothstep from "inverse-smoothstep";
inverseSmoothstep(0.5);
// => 0.5
inverseSmoothstep(0.75)
// => 0.6736481776669303
``
The inverse of the smoothstep function
Kind: Exported function
| Param | Type |
| ----- | ------------------- |
| x | number |
MIT. See license file.