bc <<< "0.1 + 0.2"
.3
bc <<< "1.0E4096 +1 -1.0E4096"
1.000000
node -e "console.log(1.0E128 +1 -1.0E128)"
0
python -c "print(1.0E128 +1 -1.0E128)"
0.0