Liking cljdoc? Tell your friends :D

sicmutils.simplify


*poly-analyzer*clj/s

source

*rf-analyzer*clj/s

source

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

source

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.
sourceraw 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.
sourceraw docstring

hermetic-simplify-fixtureclj/s

(hermetic-simplify-fixture f)
source

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.
sourceraw docstring

peclj/s

source

source

simplify-expressionclj/s

source

simplify-numerical-expressionclj/s

(simplify-numerical-expression e)

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

Runs the content of the Literal e through the simplifier, but leaves the result
in Literal form.
sourceraw 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
sourceraw docstring

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

× close