Skip to content

Commit

Permalink
Merge pull request #6697 from sudhanshuv1/fix-acos-reference
Browse files Browse the repository at this point in the history
fixed second example in the reference page for `acos()`
  • Loading branch information
nickmcintyre authored Jan 6, 2024
2 parents 81b02c8 + dc814dc commit 16e47b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/math/trigonometry.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ p5.prototype._angleMode = constants.RADIANS;
*
* <div>
* <code>
* let a = PI;
* let a = PI + QUARTER_PI;
* let c = cos(a);
* let ac = acos(c);
* text(`${round(a, 3)}`, 35, 25);
Expand Down

0 comments on commit 16e47b0

Please sign in to comment.