MySQL PI() FunctionThe pi() is a Math function of MySQL. This function is used to get the value of pi upto 6 decimal places. SyntaxReturnsThis function returns the value of ? (pi) displayed with 6 decimal places. Example 1Output: ![]() Example 2Output: ![]()
Next TopicMySQL Math
|