The Math.PI property returns the number Pi with 15 decimal places.
Math.PI
Pi
15
Math.PI;
Let's display the value of the number Pi:
console.log(Math.PI);
The code execution result:
3.141592653589793