◄Summary► ◄Details► ◄Example► ◄Back► Returns Real Value of pi (π) Description The Pi function returns the value of pi. The degree of precision depends on the numeric mode (8087 or alternate math). If {$N+} is set, the value returned for pi is 3.1415926535897932383. If {$N-} is set, Pi returns 3.14159265358979. The compiler directive {$N+} generates 80x87 instructions for numeric processing.