[back] [prev] [next] [index] [root]

 


pi

Predefined constant: \pi in the current precision of the real field.

Syntax:

pi;

real
  pi  

See also:  e, Prec, R

Description:

no detailed description available yet


Example:


kash> pi;
3.141592653589793238462643383279502884197169399375
kash> Prec(100);
100
kash> pi;
3.1415926535897932384626433832795028841971693993751058209749445923078164062862\
08998628034825342117


<- back[back] [prev] [next] [index] [root]