1
0
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:
Anson 2020-01-20 17:10:22 -07:00
parent db0de0dc4b
commit 4b0f3a9cb1

View File

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