1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 09:15:24 +02:00

[bc] Initial configuration (scale)

This commit is contained in:
Hyacinthe Cartiaux 2014-03-06 01:18:37 +01:00
parent 6cd0b09c0a
commit 9c3aaee9ed

21
bc/bcrc Normal file
View file

@ -0,0 +1,21 @@
################################################################################
# .bcrc -- configuration file for [bc](https://www.gnu.org/software/bc/)
# _
# | |__ ___ _ __ ___
# | '_ \ / __| '__/ __|
# _| |_) | (__| | | (__
# (_)_.__/ \___|_| \___|
#
################################################################################
# scale defines how some operations use digits after the decimal point.
# The default value of scale is 0.
scale=2
# ibase and obase define the conversion base for input and output numbers.
# The default for both input and output is base 10.
ibase=10
obase=10