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 Euler–Mascheroni constant #13

Closed
wants to merge 4 commits into from
Closed

Conversation

Alexmnzlms
Copy link

Is a mathematical constant recurring in analysis and number theory, usually denoted by the lowercase Greek letter gamma (γ).

Pull request template for Math::Constants

Please fill this out for an easier understanding of your intention

What kind of constants are you adding and its origin

Im adding the Euler–Mascheroni constant and I copy it from https://en.wikipedia.org/wiki/Euler%E2%80%93Mascheroni_constant

Check list

  • It's a well known constant and I have added a reference for it
  • I have added a test and it works.
  • I'm using the usual naming and abbreviation conventions.

Is a mathematical constant recurring in analysis and number theory, usually denoted by the lowercase Greek letter gamma (γ).
@Alexmnzlms Alexmnzlms closed this Oct 30, 2017
@Alexmnzlms Alexmnzlms reopened this Oct 30, 2017
@@ -9,6 +9,7 @@ my constant c is export = 299792458;
my constant G is export = 6.67408e-11;
my constant eulernumber-e is export = 2.7182818284;
my constant pi is export = 3.142857;
my constant Euler-Mascheroni-gamma is export = 0,57721566490153286060;
Copy link
Owner

Choose a reason for hiding this comment

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

Please use the English convention for decimal point, not the Spanish one. This results in an error. After you do, please wait a bit for the test result.

@JJ
Copy link
Owner

JJ commented Oct 7, 2018

it was already defined in a previous PR. Thanks anyway.

@JJ JJ closed this Oct 7, 2018
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.

None yet

2 participants