Closed c3d closed 1 month ago
When graphically rendering ln(abs(x)), we currently render something that looks like ln(|x|) but we should render as ln |x|.
ln(abs(x))
ln(|x|)
ln |x|
When graphically rendering
ln(abs(x))
, we currently render something that looks likeln(|x|)
but we should render asln |x|
.