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

Maksim silin task 1 #46

Open
wants to merge 7 commits into
base: Maksim_Silin
Choose a base branch
from
Open

Maksim silin task 1 #46

wants to merge 7 commits into from

Conversation

s1max
Copy link

@s1max s1max commented Dec 10, 2021

No description provided.


public override string Shot()
{
Clip--;
Copy link
Contributor

Choose a reason for hiding this comment

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

can we decrease it lower than 0?

Comment on lines 11 to 13
public static (double x)[] TaskA(double a, double xn, double xk, double dx)
{
var res = new(double, double)[(int)Math.Ceiling((xk - xn) / dx) + 1];
Copy link
Contributor

Choose a reason for hiding this comment

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

Use list already
Why do we need to return array of tuples?

@jskonst
Copy link
Contributor

jskonst commented Dec 11, 2021

Invalid workflow file : .github/workflows/dotnetcore.yml#L9
You have an error in your yaml syntax on line 9

@jskonst
Copy link
Contributor

jskonst commented Dec 18, 2021

image
Bad Commits naming

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.

2 participants