Rob van der Woude's Scripting Pages
Powered by GeSHi

Source code for sinedeg_php.bat

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

  1. :: https://www.robvanderwoude.com/batchphp.php
  2. :: Usage:  "sinedeg angle" returns the sine for the specified angle in degrees
  3. @PHP -r print(sin(deg2rad(%~1)));
  4.  

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