buon pomeriggio a tutti, come faccio a disegnare un punto che si chiama \( \displaystyle \frac{\pi}{{4}} \), ho provato con:
-1).
var π/4 = [a,b]; dot(π/4);
text(π/4, "π/4", aboveright);
-2).
var Math.PI/4 = [a,b]; dot(Math.PI/4);
text(Math.PI/4, "Math.PI/4", aboveright);
ma da errore.....come si fa?



