mirror of
https://gitlab.com/MisterBiggs/aero-astro-calc.git
synced 2025-06-16 07:06:42 +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.models import Arrow
|
||||||
from bokeh.plotting import figure, show
|
from bokeh.plotting import figure, show
|
||||||
from numpy import linspace, sin, cos, pi
|
from numpy import cos, linspace, pi, sin, sqrt
|
||||||
|
|
||||||
from aero_astro_calc.dependencies.LatexLabel import LatexLabel
|
|
||||||
|
|
||||||
|
|
||||||
class PlaneStress:
|
class PlaneStress:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user