(view source code of cosine_php.bat as plain text)
:: https://www.robvanderwoude.com/batchphp.php
:: Usage: "cosine angle" returns the cosine for the specified angle in radians
@PHP -r print(cos(%~1));
page last modified: 2024-04-16; loaded in 0.0083 seconds