Liking cljdoc? Tell your friends :D

sicmutils.numsymb

Implementations of the generic operations for numeric types that have optimizations available, and for the general symbolic case.

Implementations of the generic operations for numeric types that have
optimizations available, and for the general symbolic case.
raw docstring

addclj/s

(add a b)

arctan?clj/s


arctangentclj/s

(arctangent y & x)

Similar to arcsine and arccosine, this method should only be reached in cases where the expression is symbolic.

Similar to arcsine and arccosine, this method should only be reached in cases
where the expression is symbolic.
raw docstring

divclj/s

(div a b)

exptclj/s

(expt b e)

Attempts to preserve exact precision if either argument is exact; else, evaluates symbolically or numerically.

Attempts to preserve exact precision if either argument is exact; else,
evaluates symbolically or numerically.
raw docstring

expt?clj/s


mulclj/s

(mul a b)

operandsclj/s


operatorclj/s


product?clj/s


quotient?clj/s


sqrtclj/s

Square root implementation that attempts to preserve exact numbers wherever possible. If the incoming value is not exact, simply computes sqrt.

Square root implementation that attempts to preserve exact numbers wherever
possible. If the incoming value is not exact, simply computes sqrt.
raw docstring

sqrt?clj/s


symbolic-operatorclj/s

(symbolic-operator s)

Given a symbol (like '+) returns an applicable operator if there is a corresponding symbolic operator construction available.

Given a symbol (like '+) returns an applicable operator if there is a
corresponding symbolic operator construction available.
raw docstring

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

× close