We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Eg:
a= 3 b= 4 c= 5 a= 5 b= 12 c= 13 a= 8 b= 15 c= 17 a= 7 b= 24 c= 25 a= 20 b= 21 c= 29 a= 12 b= 35 c= 37 a= 9 b= 40 c= 41
The text was updated successfully, but these errors were encountered:
Create the pythagorian triads file
be14ce6
This displays the result as required. Fix issue ASCI-COEP#81
No branches or pull requests
Eg:
a= 3 b= 4 c= 5
a= 5 b= 12 c= 13
a= 8 b= 15 c= 17
a= 7 b= 24 c= 25
a= 20 b= 21 c= 29
a= 12 b= 35 c= 37
a= 9 b= 40 c= 41
The text was updated successfully, but these errors were encountered: