JavaScript Math.PI

Example

let x = Math.PI;
Try it Yourself »

Description

Math.PI returns PI (the ratio of a circle's area to the square of its radius, approximately 3.14)

Browser Support

Math.PI is an ECMAScript1 (ES1) feature.

ES1 (JavaScript 1997) is fully supported in all browsers:

Chrome Edge Firefox Safari Opera IE
Yes Yes Yes Yes Yes Yes

Syntax

Math.PI

Return Value

A number representing PI.

Copyright 1999-2023 by Refsnes Data. All Rights Reserved.