MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / sqr

Method sqr

ij/src/main/java/ij/util/IJMath.java:30–32  ·  view source on GitHub ↗
(double x)

Source from the content-addressed store, hash-verified

28 }
29
30 static double sqr(double x) {
31 return x*x;
32 }
33
34}

Callers 1

erfMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected