You have already completed these exercises!
Do you want to take them again?
You completed the PHP Math Exercises from W3Schools.com
Share on:
What is a correct function to return Pi?
echo(pi());
echo(Math.pi());
echo(Math(pi));