pi()

Returns the value of π, where π=3.14139265. This function can only be used in a foreach statement.

Example

1q = foreach q generate pi() as pi;