-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Lab 6 #569
base: Emelchikov_Egor
Are you sure you want to change the base?
Lab 6 #569
Conversation
golang/lab4/lab4.go
Outdated
const a = 1.2 | ||
const b = 0.48 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
параметры функций TaskA и TaskB
@@ -0,0 +1,36 @@ | |||
package lab6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Не ваш вариант, переделать
golang/main.go
Outdated
fmt.Println("Задача А:\n", lab4.TaskA(0.7, 2.2, 0.3)) | ||
fmt.Println("Задача B:\n", lab4.TaskB([]float64{0.25, 0.36, 0.56, 0.94, 1.28})) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Убрать внутрь лабы 4
No description provided.