aspl-lang/aspl

math: add more constants

Aberta

#7 aberto em 11 de fev. de 2025

 (3 comentários) (0 reação) (0 responsável)C (6 forks)auto 404
enhancementgood first issue

Métricas do repositório

Stars
 (30 estrelas)
Métricas de merge de PR
 (Métricas PR pendentes)

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).

Guia do colaborador