mbcp/docs/zh-Hant/api/mp_math/const.md

16 lines
257 B
Markdown
Raw Normal View History

2024-08-28 22:07:43 +08:00
---
title: mbcp.mp_math.const
---
### ***var*** `PI = math.pi`
### ***var*** `E = math.e`
### ***var*** `GOLDEN_RATIO = (1 + math.sqrt(5)) / 2`
### ***var*** `GAMMA = 0.5772156649015329`
### ***var*** `EPSILON = 0.0001`
### ***var*** `APPROX = 0.001`