I was wondering how I can interpolate LaTeX and a function call in Pluto’s markdown.
Suppose I have one cell
θ = 1/3
And a markdown cell:
md"
$\theta =$ = $round(θ, digits=2)
"
I tried adding \ in several places, but nothing worked. Essentially, I would like to display a math symbol with a limited number of digits for its value.