JavaScript PI Property
THE WORLD'S LARGEST WEB DEVELOPER SITE

JavaScript PI Property

❮ JavaScript Math Object

Example

Return PI:

Math.PI;
Try it Yourself »

Definition and Usage

The PI property returns the ratio of a circle's area to the square of its radius, approximately 3.14


Browser Support

Property
PI Yes Yes Yes Yes Yes

Syntax

Math.PI

Technical Details

Return Value: A Number, representing PI
JavaScript Version: ECMAScript 1

❮ JavaScript Math Object