(view source code of log10_php.bat as plain text)
:: https://www.robvanderwoude.com/batchphp.php
:: Returns base-10 logarithm of specified value
:: Usage: "Log10 100" returns "2", "Log10 25" returns "1.397940008672"
@IF NOT "%~1"=="" PHP -r print(log10(%~1));
page last modified: 2024-04-16; loaded in 0.0076 seconds