About 56 results
Open links in new tab
  1. round () CSS function - CSS | MDN - MDN Web Docs

    Apr 18, 2026 · The round() CSS function returns a rounded number based on a selected rounding strategy. Authors should use a custom CSS property (e.g., --my-property) for the rounding value, …

  2. Math.round () - JavaScript | MDN - MDN Web Docs

    Jul 10, 2025 · The Math.round() static method returns the value of a number rounded to the nearest integer.

  3. circle () CSS function - CSS | MDN - MDN Web Docs

    Apr 18, 2026 · The circle() CSS function defines a circle using a radius and a position. It is one of the <basic-shape> data types.

  4. Math.fround () - JavaScript | MDN

    Jul 10, 2025 · The Math.fround() static method returns the nearest 32-bit single precision float representation of a number.

  5. Math - JavaScript | MDN - MDN Web Docs

    Jul 10, 2025 · The Math namespace object contains static properties and methods for mathematical constants and functions.

  6. corner-shape CSS property - CSS | MDN - MDN Web Docs

    Apr 22, 2026 · The corner-shape shorthand CSS property specifies the shape of a box's corners, within the area specified by its border-radius property value.

  7. Math.round () - JavaScript - MDN

    La fonction Math.round() retourne la valeur d'un nombre arrondi à l'entier le plus proche.

  8. Math.round () - JavaScript - MDN

    La función Math.round()retorna el valor de un número redondeado al entero más cercano.

  9. border-radius CSS property - CSS | MDN - MDN Web Docs

    Apr 20, 2026 · The border-radius CSS property rounds the corners of an element's outer border edge. You can set a single radius to make circular corners, or two radii to make elliptical corners.

  10. Math.round () - JavaScript - MDN

    Because round() is a static method of Math, you always use it as Math.round(), rather than as a method of a Math object you created (Math has no constructor). Examples js