cljs.math/PI

varsince v1.11.50Edit
Source docstring:
Constant for pi, the ratio of the circumference of a circle to its diameter.
See: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/PI
Source code @ clojurescript:src/main/cljs/cljs/math.cljs
(def
  ^{:added "1.11.10"
    :tag number
    :const true} PI Math/PI)