




(view source code of sine_php.bat as plain text)
:: https://www.robvanderwoude.com/batchphp.php:: Usage: "sine angle" returns the sine for the specified angle in radians@PHP -r print(sin(%~1));
page last modified: 2025-10-11; loaded in 0.0076 seconds