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-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -450,10 +450,10 @@ function trigonometry(p5, fn){
450
450
* returned range from -Infinity to Infinity and repeat periodically as the
451
451
* input angle increases. `tan()` calculates the tan of an angle, using radians
452
452
* by default, or according to
453
-
* if <a href="/reference/p5/angleMode/">angleMode()</a> setting (RADIANS or DEGREES).
453
+
* if <a href="#/p5/angleMode">angleMode()</a> setting (RADIANS or DEGREES).
454
454
*
455
455
* @method tan
456
-
* @param {Number} angle the angle, in radians by default, or according to if <a href="#/p5/angleMode">angleMode()</a> setting (RADIANS or DEGREES).
456
+
* @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