mirror of
https://github.com/snowykami/mbcp.git
synced 2024-11-26 00:05:04 +08:00
32 lines
312 B
Markdown
32 lines
312 B
Markdown
---
|
|
title: mbcp.mp\nmath.const
|
|
order: 1
|
|
icon: laptop-code
|
|
category: API
|
|
---
|
|
|
|
### ***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`
|
|
|
|
|
|
|