The Wayback Machine - https://web.archive.org/web/20160119201454/http://perldoc.perl.org/functions/cos.html

Perl version

Modules

  • ABCDE
  • FGHIL
  • MNOPS
  • TUX

cos

Perl 5 version 22.0 documentation

Please note: Many features of this site require JavaScript. You appear to have JavaScript disabled, or are running a non-JavaScript capable web browser.

To get the best experience, please enable JavaScript or download a modern web browser such as Internet Explorer 8, Firefox, Safari, or Google Chrome.

Recently read

cos

  • cos EXPR

  • cos

    Returns the cosine of EXPR (expressed in radians). If EXPR is omitted, takes the cosine of $_ .

    For the inverse cosine operation, you may use the Math::Trig::acos() function, or use this relation:

    1. sub acos { atan2( sqrt(1 - $_[0] * $_[0]), $_[0] ) }
 
Morty Proxy This is a proxified and sanitized view of the page, visit original site.