Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ min
Method
min
classpath/java/lang/Math.java:26–28 ·
view source on GitHub ↗
(double a, double b)
Source
from the content-addressed store, hash-verified
24
}
25
26
public
static
double min(double a, double b) {
27
return
(a > b ? b : a);
28
}
29
30
public
static
float max(float a, float b) {
31
return
(a < b ? b : a);
Callers
12
main
Method · 0.95
lastIndexOf
Method · 0.95
lastIndexOf
Method · 0.95
read
Method · 0.95
write
Method · 0.95
and
Method · 0.95
andNot
Method · 0.95
or
Method · 0.95
xor
Method · 0.95
next
Method · 0.95
nextBytes
Method · 0.95
seek
Method · 0.95
Calls
no outgoing calls
Tested by
1
main
Method · 0.76