aspl-lang/aspl

math: add more constants

开放

#7 创建于 2025年2月11日

 (3 条评论) (0 个反应) (0 位负责人)C (6 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (30 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南