Liking cljdoc? Tell your friends :D

sicmutils.complex


angleclj/s

(angle a)
source

complexclj/s

(complex re)
(complex re im)

Construct a complex number from real, or real and imaginary, components.

Construct a complex number from real, or real and imaginary, components.
sourceraw docstring

complex?clj/s

(complex? a)
source

complextypeclj/s

source

conjugateclj/s

(conjugate a)
source

imag-partclj/s

(imag-part a)
source

ONEclj/s

source

parse-complexclj/s

Parser that converts a string representation of a complex number, like 1 + 3i, into a Complex number object in clj or cljs.

Parser that converts a string representation of a complex number,
like `1 + 3i`, into a Complex number object in clj or cljs.
sourceraw docstring

real-partclj/s

(real-part a)
source

ZEROclj/s

source

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

× close