JavaScript PI Property
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

