Home > lang > pi 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar fa vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
Pi
Result = Pi ( [ Number AS Float ] )

Multiplies Number by π and returns the result.

If Number is not specified, it is assumed to be one.

Example

PRINT Pi

3.14159265359

PRINT Pi(0.5)

1.570796326795

See also

Trigonometric Functions