expand_log | R Documentation |
Note that force
as described at
https://docs.sympy.org/latest/tutorial/simplification.html#expand-log is used
meaning that some assumptions are taken.
expand_log(x)
x |
A |
if (has_sympy()) { x <- symbol('x') y <- symbol('y') z <- log(x*y) z expand_log(z) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.