q5play
    Preparing search index...

    Function round

    • 🧮 Rounds a number.

      Parameters

      • n: number

        number to round

      • Optionald: number

        number of decimal places to round to

      Returns number

      rounded number

      await Canvas(200, 100);
      background(0.8);
      textSize(32);
      text(round(PI, 5), -90, 10);