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

arctan?clj/s


expt?clj/s


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


sum?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