gaboshlib/g_calc.sh hinzugefügt
This commit is contained in:
3
gaboshlib/g_calc.sh
Normal file
3
gaboshlib/g_calc.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
function g_calc {
|
||||
echo "scale=8; $@" | bc | sed 's/^\./0./; s/^-\./-0./'
|
||||
}
|
||||
Reference in New Issue
Block a user