Ad esempio, le costanti PI

fill

// height=100 lines=auto
function setup() {
    background( 200 );
    arc( 50,50, 70,70, QUARTER_PI,TAU );
}
arc( 50,50, 70,70, QUARTER_PI,TAU );

La costante TAU rende più sintetica l'indicazione dello stesso valore di TWO_PI.