Rob van der Woude's Scripting Pages
Powered by GeSHi

Source code for cosine_php.bat

(view source code of cosine_php.bat as plain text)

  1. :: https://www.robvanderwoude.com/batchphp.php
  2. :: Usage:  "cosine angle" returns the cosine for the specified angle in radians
  3. @PHP -r print(cos(%~1));
  4.  

page last modified: 2024-02-26; loaded in 0.0148 seconds