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 acos function : acos « System Functions « Perl
Perl
System Functions
acos
Using acos function
use Math::Trig; print
"The arccosine of 1 = "
, acos(1),
"\n"
;
Related examples in the same category