MCPcopy Index your code
hub / github.com/clojure/clojure / doubleCast

Method doubleCast

src/jvm/clojure/lang/RT.java:1372–1374  ·  view source on GitHub ↗
(Object x)

Source from the content-addressed store, hash-verified

1370}
1371
1372static public double doubleCast(Object x){
1373 return ((Number) x).doubleValue();
1374}
1375
1376static public double doubleCast(byte x){
1377 return x;

Callers 14

coerceAdapterReturnMethod · 0.95
invokeDMethod · 0.95
invokeLDMethod · 0.95
invokeDDMethod · 0.95
invokeODMethod · 0.95
invokeLLDMethod · 0.95
invokeLODMethod · 0.95
invokeOLDMethod · 0.95
invokeDDDMethod · 0.95
invokeLDDMethod · 0.95
invokeDLDMethod · 0.95
invokeOODMethod · 0.95

Calls 1

doubleValueMethod · 0.45

Tested by

no test coverage detected