Skip to content
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

Added initial lab #59

Open
wants to merge 3 commits into
base: Nikita_Bogomazov
Choose a base branch
from

Conversation

Volafortis
Copy link

No description provided.

@@ -28,7 +28,7 @@ public static double[] TaskB(double a, double b, double[] x)

public static void Main(string[] args)
{
Console.WriteLine("Hello World!");
Console.WriteLine("Nikita_Bogomazov");
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Остальное?

@jskonst
Copy link
Collaborator

jskonst commented Nov 25, 2019

🔧

return y;
}

public static double[] TaskA(double a, double b, double xn, double xk, double dx)
{
return new double[0];
int i = 0;
var y = new double[(int)((xk - xn) / dx)];
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Уже используйте списки (List)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants