-
Notifications
You must be signed in to change notification settings - Fork 17
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
Artem nikolaev #41
base: Artem_Nikolaev
Are you sure you want to change the base?
Artem nikolaev #41
Conversation
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.
И надо обновиться с мастер ветки
{ | ||
public static double FuncthionZnach(double x) | ||
{ | ||
double a = 1.2; |
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.
a b - должны передаваться в качестве параметров функции
return result; | ||
} | ||
|
||
public static double[] FuncthionForShag(double x_natch, double x_konch, double x_shag) |
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.
не используйте snake_case - замените на camelCase
[Fact] | ||
public void Test1() | ||
{ | ||
Assert.True(true); |
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.
Тесты обновить!
Задание A и B сделаны