Skip to content

Commit 4bac807

Browse files
committed
Update PApplet.java
1 parent 8b965db commit 4bac807

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/processing/core/PApplet.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4824,6 +4824,7 @@ static public final float sq(float n) {
48244824
* @webref math:calculation
48254825
* @param n number to cube
48264826
* @see PApplet#cbrt(float)
4827+
* @see PApplet#sq(float)
48274828
*/
48284829
static public final float cb(float n) {
48294830
return n*n*n;

0 commit comments

Comments
 (0)