1.0.0 • Published 2 months ago

inverse-smoothstep v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

inverse-smoothstep

npm version stability-stable npm minzipped size dependencies types Conventional Commits styled with prettier linted with eslint license

The inverse of the smoothstep function.

paypal coinbase twitter

Based on Inigo Quilez.

npm.io

Installation

npm install inverse-smoothstep

Usage

import inverseSmoothstep from "inverse-smoothstep";

inverseSmoothstep(0.5);
// => 0.5

inverseSmoothstep(0.75)
// => 0.6736481776669303

API

inverseSmoothstep

inverseSmoothstep(x) ⇒ number

The inverse of the smoothstep function

Kind: Exported function

ParamType
xnumber

License

MIT. See license file.

1.0.0

2 months ago