Liking cljdoc? Tell your friends :D

noahtheduke.splint.rules.style.prefer-clj-math


Math->clj-mathclj

source

math?clj

(math? sexp)
source

prefer-clj-mathclj

Prefer clojure.math to interop.

Examples:

bad

Math/PI (Math/atan 45)

good

clojure.math/PI (clojure.math/atan 45)

Prefer clojure.math to interop.

Examples:

# bad
Math/PI
(Math/atan 45)

# good
clojure.math/PI
(clojure.math/atan 45)
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close