ClojureDocs

导航

命名空间

-'

clojure.core

自 1.0 起可用 (源代码)
  • (-' x)
  • (-' x y)
  • (-' x y & more)
If no ys are supplied, returns the negation of x, else subtracts
the ys from x and returns the result. Supports arbitrary precision.
See also: -