fixedpoint.py: license

This commit is contained in:
Peter McGoron 2023-06-20 13:24:22 -04:00
parent dc1e8bae8c
commit 205c71b0fd
1 changed files with 6 additions and 0 deletions

View File

@ -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 *