Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update calculation.js: docs update #7650

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/math/calculation.js
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,8 @@ p5.prototype.min = function(...args) {
* range [0, 10] is proportional to 0.2's position in the range [0, 1]. This
* is the same as calling `map(2, 0, 10, 0, 1)`.
*
* This function performs a linear mapping from the original range to the target range.
*
* Numbers outside of the original range are not constrained between 0 and 1.
* Out-of-range values are often intentional and useful.
*
Expand Down