I have a little computer with BusyBox, and compiling anything on it is a nightmare.
I want to do something simple like "0,5*2", but can't without additional software.
I tried "expr", "let", and just can't do any operation with float numbers.
Is there anything I can do?
busybox should have awk.
awk 'BEGIN{print 0.5*2}'
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With