multiply command bash

C++
a=2
b=3
multiplication=$( bc -l <<<"$a*$b" )result=$((var1 * var2))
Source

Also in C++: