Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clojure/clojure
/ quotient
Method
quotient
src/jvm/clojure/lang/Numbers.java:919–921 ·
view source on GitHub ↗
(Number x, Number y)
Source
from the content-addressed store, hash-verified
917
}
918
919
public
Number quotient(Number x, Number y){
920
return
toBigInt(x).quotient(toBigInt(y));
921
}
922
923
public
Number remainder(Number x, Number y){
924
return
toBigInt(x).remainder(toBigInt(y));
Callers
nothing calls this directly
Calls
2
toBigInt
Method · 0.80
quotient
Method · 0.65
Tested by
no test coverage detected