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

Provide handy constants #667

Open
rawhuul opened this issue Aug 13, 2024 · 1 comment
Open

Provide handy constants #667

rawhuul opened this issue Aug 13, 2024 · 1 comment

Comments

@rawhuul
Copy link

rawhuul commented Aug 13, 2024

Hi, as the library is geared towards mathematical computation, it would be great if it included constants such as: Archimedes' constant π, Euler's number e, The golden ratio φ, Euler–Mascheroni constant γ, Conway's constant λ, The imaginary unit i, etc.

@Tony-Samuels
Copy link
Collaborator

Definitely can't do i. You'll need a complex numbers library for that. The rest are doable although they can be converted from any other source with constants as floats or strings.

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

No branches or pull requests

2 participants