You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/math/trigonometry.js
+2-2
Original file line number
Diff line number
Diff line change
@@ -287,10 +287,10 @@ function trigonometry(p5, fn){
287
287
* `cos()` is useful for many geometric tasks in creative coding. The values
288
288
* returned oscillate between -1 and 1 as the input angle increases. `cos()`
289
289
* calculates the cosine of an angle, using radians by default, or according
290
-
* to if <a href="/reference/p5/angleMode/">angleMode()</a> setting (RADIANS or DEGREES).
290
+
* to if <a href="#/p5/angleMode">angleMode()</a> setting (RADIANS or DEGREES).
291
291
*
292
292
* @method cos
293
-
* @param {Number} angle the angle, in radians by default, or according to if <a href="#/p5/angleMode">angleMode()</a> setting (RADIANS or DEGREES).
293
+
* @param {Number} angle the angle, in radians by default, or according to if <a href="/reference/p5/angleMode/">angleMode()</a> setting (RADIANS or DEGREES).
0 commit comments