(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.
(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.
(hermetic-simplify-fixture f)
(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.
(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.
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
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close