-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Open
Labels
Awaiting Maintainer ApprovalNeeds review from a maintainer before moving forwardNeeds review from a maintainer before moving forwardBugError or unexpected behaviorsError or unexpected behaviors
Description
p5.js version
set to 2.0.3 in web editor
What is your operating system?
Mac OS
Web browser and version
No response
Actual Behavior
cos not defined
https://editor.p5js.org/jody.foo/sketches/-br_Enwli
Expected Behavior
cos of value returned by function and assigned to x
Steps to reproduce
Steps:
Snippet:
// Paste your code here :)
let x = cos(0);
function setup() {
createCanvas(400, 400);
}
function draw() {
background(220);
}
Metadata
Metadata
Assignees
Labels
Awaiting Maintainer ApprovalNeeds review from a maintainer before moving forwardNeeds review from a maintainer before moving forwardBugError or unexpected behaviorsError or unexpected behaviors