get-value-in-range

Calculate range adjusted values

Usage no npm install needed!

<script type="module">
  import getValueInRange from 'https://cdn.skypack.dev/get-value-in-range';
</script>

README

get-value-in-range

flipactual Travis Codecov Node NPM

Calculate range adjusted values

getValueInRange(value, values) ⇒ number

Find the position of the value within a range where 0 is the minimum value and 1 is the maximum value.

Kind: global function
Returns: number - The position of the value within the range

Param Type Description
value number The value to place within the range
values number All of the values necessary to calculate the range

Example

getValueInRange(7.5, [10, 5]);
// → 0.5

Scripts

test – run the tests

npm run test

lint – lint the codebase

npm run lint

readme – generate the README

npm run readme

License

MIT @ Flip