Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
silx
pypolynom_completed
Commits
f5461ddd
Commit
f5461ddd
authored
Oct 15, 2021
by
Marius Retegan
Browse files
Update files headers
parent
3e210466
Changes
5
Hide whitespace changes
Inline
Side-by-side
LICENSE
View file @
f5461ddd
MIT License
Copyright (c) 2019 European Synchrotron Radiation Facility
Copyright (c) 2019
-2021
European Synchrotron Radiation Facility
Permission is hereby granted, free of charge, to any person obtaining a copy
...
...
pypolynom/cpolynom.pyx
View file @
f5461ddd
...
...
@@ -11,7 +11,7 @@ __authors__ = [
"Valentin Valls"
,
"Thomas Vincent"
,
]
__date__
=
"
01/04
/201
9
"
__date__
=
"
15/10
/20
2
1"
__license__
=
"MIT"
...
...
pypolynom/gui.py
View file @
f5461ddd
...
...
@@ -2,13 +2,10 @@
"""This is a simple demonstration library"""
__date__
=
"
01/04
/201
9
"
__date__
=
"
15/10
/20
2
1"
__license__
=
"MIT"
import
PyQt5
from
PyQt5
import
Qt
from
.
import
polynom
...
...
pypolynom/mathutil.py
View file @
f5461ddd
...
...
@@ -11,7 +11,7 @@ __authors__ = [
"Valentin Valls"
,
"Thomas Vincent"
,
]
__date__
=
"
01/04
/201
9
"
__date__
=
"
15/10
/20
2
1"
__license__
=
"MIT"
...
...
@@ -26,7 +26,7 @@ def sqrt(x):
def
pow2
(
x
):
"""Return the square of x.
:param float x: input value
:rtype: float
"""
...
...
pypolynom/polynom.py
View file @
f5461ddd
...
...
@@ -11,7 +11,7 @@ __authors__ = [
"Valentin Valls"
,
"Thomas Vincent"
,
]
__date__
=
"
01/04
/201
9
"
__date__
=
"
15/10
/20
2
1"
__license__
=
"MIT"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment