Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KTKadyshev
KadyshevKT
Commits
4c53293b
Commit
4c53293b
authored
Jun 18, 2022
by
KTKadyshev
Browse files
Upload New File
parent
55f63d14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Lab 16.03.22/main.py
0 → 100644
View file @
4c53293b
from
math
import
sin
,
cos
,
pi
from
lab
import
left
f
=
lambda
x
:
sin
(
x
)
*
cos
(
x
)
/
(
5
+
x
)
result
-
left
(
0
,
pi
,
0.0001
,
f
)
print
(
result
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment