Change default precision to 5 digits, updated release notes and statistics
This commit is contained in:
parent
56cc8fd15a
commit
ec3e857c53
3 changed files with 56 additions and 3 deletions
4
scour.py
4
scour.py
|
|
@ -66,8 +66,8 @@ from svg_regex import svg_parser
|
|||
from decimal import *
|
||||
import gzip
|
||||
|
||||
# set precision to 6 decimal places by default
|
||||
getcontext().prec = 6
|
||||
# set precision to 5 decimal places by default
|
||||
getcontext().prec = 5
|
||||
|
||||
APP = 'scour'
|
||||
VER = '0.13'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue