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