MCPcopy Index your code
hub / github.com/benfry/processing4 / nf

Method nf

core/src/processing/core/PApplet.java:8984–8990  ·  view source on GitHub ↗
(float num)

Source from the content-addressed store, hash-verified

8982
8983
8984 static public String nf(float num) {
8985 int inum = (int) num;
8986 if (num == inum) {
8987 return str(inum);
8988 }
8989 return str(num);
8990 }
8991
8992
8993 static public String[] nf(float[] nums) {

Callers 8

saveFrameMethod · 0.95
insertFrameMethod · 0.95
mapMethod · 0.95
nfsMethod · 0.95
nfpMethod · 0.95
updateCheckMethod · 0.95
classicFolderMethod · 0.95
downloadReferenceMethod · 0.95

Calls 3

strMethod · 0.95
formatMethod · 0.65
getInstanceMethod · 0.45

Tested by

no test coverage detected