(view source code of exp_php.bat as plain text)
:: https://www.robvanderwoude.com/batchphp.php
:: Returns e raised to the power of the specified number
:: Usage: "Exp 1" returns "2.718281828459", "Exp 5" returns "148.41315910258"
@IF NOT "%~1"=="" PHP -r print(exp(%~1));
page last modified: 2024-04-16; loaded in 0.0045 seconds