mirror of
https://gitlab.com/MisterBiggs/aero-astro-calc.git
synced 2025-06-15 14:46:49 +00:00
changed to numpy for sqrt
This commit is contained in:
parent
db0de0dc4b
commit
4b0f3a9cb1
@ -1,10 +1,7 @@
|
||||
from math import sqrt
|
||||
|
||||
from aero_astro_calc.dependencies.LatexLabel import LatexLabel
|
||||
from bokeh.models import Arrow
|
||||
from bokeh.plotting import figure, show
|
||||
from numpy import linspace, sin, cos, pi
|
||||
|
||||
from aero_astro_calc.dependencies.LatexLabel import LatexLabel
|
||||
from numpy import cos, linspace, pi, sin, sqrt
|
||||
|
||||
|
||||
class PlaneStress:
|
||||
|
Loading…
x
Reference in New Issue
Block a user