Liking cljdoc? Tell your friends :D

sicmutils.simplify


*poly-analyzer*clj/s


*rf-analyzer*clj/s


clear-square-roots-of-perfect-squaresclj/s


expression->streamclj/s

(expression->stream expr stream)
(expression->stream expr stream options)

Renders an expression through the simplifier and onto the stream.

Renders an expression through the simplifier and onto the stream.
raw docstring

expression->stringclj/s

(expression->string expr)

Renders an expression through the simplifier and into a string, which is returned.

Renders an expression through the simplifier and into a string,
which is returned.
raw docstring

hermetic-simplify-fixtureclj/s

(hermetic-simplify-fixture f)

only-ifclj/s

(only-if p f)

returns a function that will apply f to its argument x if (p x), else returns x.

returns a function that will apply f to its argument x if (p x), else returns x.
raw docstring

peclj/s



simplify-expressionclj/s


simplify-numerical-expressionclj/s

(simplify-numerical-expression e)

Runs the content of the Expression e through the simplifier, but leaves the result in Expression form.

Runs the content of the Expression e through the simplifier, but leaves the result in
Expression form.
raw docstring

trig-cleanupclj/s

This finds things like a - a cos^2 x and replaces them with a sin^2 x

This finds things like a - a cos^2 x and replaces them with a sin^2 x
raw docstring

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

× close