(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.
(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 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.
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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |