🧮 Rounds a number.
number to round
Optional
number of decimal places to round to
rounded number
await Canvas(200, 100);background(0.8);textSize(32);text(round(PI, 5), -90, 10); Copy
await Canvas(200, 100);background(0.8);textSize(32);text(round(PI, 5), -90, 10);
🧮 Rounds a number.