Rob van der Woude's Scripting Pages
Powered by GeSHi

Source code for tangent_php.bat

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

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

page last modified: 2024-04-16; loaded in 0.0180 seconds