Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ abs
Method
abs
core/src/processing/core/PMatrix2D.java:519–521 ·
view source on GitHub ↗
(float a)
Source
from the content-addressed store, hash-verified
517
}
518
519
static
private
final
float abs(float a) {
520
return
(a < 0) ? -a : a;
521
}
522
523
static
private
final
float sin(float angle) {
524
return
(float)Math.sin(angle);
Callers
2
print
Method · 0.95
invert
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected