Home
Perl
Array
CGI
Class
Data Type
Database
File
GUI
Hash
Language Basics
Network
Regular Expression
Report
Statement
String
Subroutine
System Functions
Win32
XML
Menu
Using PI constant : Math « System Functions « Perl
Perl
System Functions
Math
Using PI constant
use Math::Trig; print
"Pi = "
, pi,
"\n"
;
Related examples in the same category
1.
Create a big integer
2.
use Math::BigInt;