mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
[ci] Upgrade to wpiformat 2026.64 (#8993)
This commit is contained in:
17
wpimath/algorithms/ExponentialProfileModel.py
Normal file → Executable file
17
wpimath/algorithms/ExponentialProfileModel.py
Normal file → Executable file
@@ -1,5 +1,18 @@
|
||||
from sympy import *
|
||||
from sympy.logic.boolalg import *
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from sympy import (
|
||||
Eq,
|
||||
Function,
|
||||
dsolve,
|
||||
exp,
|
||||
expand,
|
||||
init_printing,
|
||||
log,
|
||||
simplify,
|
||||
solve,
|
||||
symbols,
|
||||
)
|
||||
from sympy.logic.boolalg import SOPform
|
||||
|
||||
init_printing()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user