Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ add
Method
add
src/jvm/clojure/lang/Numbers.java:907–909 ·
view source on GitHub ↗
(Number x, Number y)
Source
from the content-addressed store, hash-verified
905
}
906
907
final
public
Number add(Number x, Number y){
908
return
toBigInt(x).add(toBigInt(y));
909
}
910
911
final
public
Number multiply(Number x, Number y){
912
return
toBigInt(x).multiply(toBigInt(y));
Callers
nothing calls this directly
Calls
2
toBigInt
Method · 0.80
add
Method · 0.65
Tested by
no test coverage detected