aspl-lang/aspl

math: add more constants

Offen

#7 geöffnet am 11.02.2025

 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C (6 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (30 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

* Golden ratio, sqrt(2 and 3), ln(2), ... A lot of constants have already been implemented by @kelanialiyu in #15. Still, there's always room for more, which is why I'm leaving this issue open for now.

They can be implemented like pi and e using functions for now (although this is very inefficient and we should figure out a better solution soon).

Contributor Guide