aspl-lang/aspl

math: add more constants

Open

#7 opened on Feb 11, 2025

 (3 comments) (0 reactions) (0 assignees)C (6 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (30 stars)
PR merge metrics
 (PR metrics pending)

Description

* 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