1
0
Fork 0
mirror of https://github.com/hcartiaux/dotfiles.git synced 2024-10-18 17:25:23 +02:00
dotfiles/bc/bcrc

22 lines
743 B
Text
Raw Normal View History

2014-03-06 01:18:37 +01:00
################################################################################
# .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