mirror of
https://gitlab.com/MisterBiggs/aero-astro-calc.git
synced 2025-07-26 16:11:33 +00:00
changed to numpy for sqrt
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user