fixedpoint.py: license
This commit is contained in:
parent
dc1e8bae8c
commit
205c71b0fd
|
@ -1,3 +1,9 @@
|
|||
# Copyright (C) Peter McGoron
|
||||
#
|
||||
# This file is a part of Upsilon, a free and open source software project.
|
||||
# For license terms, refer to the files in `doc/copying` in the Upsilon
|
||||
# source distribution.
|
||||
|
||||
# Functions for converting to and from fixed point in Python.
|
||||
from math import log10, floor
|
||||
from decimal import *
|
||||
|
|
Loading…
Reference in New Issue