SagXD to Lemmy Shitpost • 11 months agoWeather app asking for permission to manage callslemy.lolimagemessage-square131fedilinkarrow-up11.41Karrow-down118
arrow-up11.39Karrow-down1imageWeather app asking for permission to manage callslemy.lolSagXD to Lemmy Shitpost • 11 months agomessage-square131fedilink
minus-square@[email protected]linkfedilinkEnglish1•11 months agoCall me a plebian but I still open up Python when I want to do calculations in the command line because I don’t know how to in Bash.
minus-squareBaŝtolinkfedilinkEnglish2•edit-211 months agoIt’s complicated. $((5+8)) doesn’t support floats. For float you need bc and I always have to look up how to use it. You have to tell it how many numbers it should show scale=2;5/8, by default it also only does integer.
Call me a plebian but I still open up Python when I want to do calculations in the command line because I don’t know how to in Bash.
It’s complicated.
doesn’t support floats. For float you need
bc
and I always have to look up how to use it. You have to tell it how many numbers it should showscale=2;5/8
, by default it also only does integer.