search directory
Search Commands
Search tools, operations, flags, and command strings. Results are capped for Worker performance.
Bc Commands
17 bc entries
Limited to 100 results
bc Operations
Bc Command: Calculate Expression
echo '<5 / 3>' | bc bc Video
Bc Command: Calculate Expression With Scale
echo 'scale = <10>; <5 / 3>' | bc bc Operations
Bc Command: Calculate Math Function Mathlib
echo '<s|c|a|l|e>(<1>)' | bc -l bc Operations
Bc Command: Calculate Math Functions
echo '<s|c|a|l|e>(<1>)' | bc -l bc Operations
Bc Command: Calculate Expression
echo '<5 / 3>' | bc bc Video
Bc Command: Calculate Expression With Scale
echo 'scale = <10>; <5 / 3>' | bc bc Operations
Bc Command: Calculate Math Function
echo '<s|c|a|l|e>(<1>)' | bc -l bc Operations
Bc Command: Execute Inline Factorial Script
echo "define factorial(n) { if (n <= 1) return 1; return n*factorial(n-1); }; factorial(<10>)" | bc bc Operations
Bc Command: Execute Script
bc <path/to/script.bc> bc Operations
Bc Command: Execute Inline Factorial Script
echo "define factorial(n) { if (n <= 1) return 1; return n*factorial(n-1); }; factorial(<10>)" | bc bc Operations
Bc Command: Execute Script
bc <path/to/script.bc> bc Archive
Bc Command: Start Interactive Session
bc bc Archive
Bc Command: Start Interactive Session Basic
bc bc Archive
Bc Command: Start Interactive Session Mathlib
bc -i -l bc Archive
Bc Command: Start Interactive Session With Mathlib
bc -i -l bc Archive
Bc Command: Start Interactive Session
bc bc Archive
Bc Command: Start Interactive Session With Mathlib
bc -i -l