📰 Greg Wiki News
Greg Wiki News Today
Fast, Ad-Free News Updates
Stay updated with breaking news from Greg Wiki. Real-time updates on events, politics, business and more.
January 31, 2022
A short shell script that does what the title says.
February 25, 2021
_shellmath_add 1.009 4.223e-2 _shellmath_getReturnValue sum echo "The sum is $sum" Addition and multiplication are of arbitrary arity; try this on for size: _shellmath_multiply 1 2 3 4 5 6 _shellmath_getReturnValue sixFactorial echo "6 factorial is $sixFactorial" Subtraction and division, OTOH, are exclusively binary operations. The demos shellmath run the demo $ slower_e_demo.sh 15 e = 2.7182818284589936 This script uses a few shellmath API calls to calc...