mirror of
https://github.com/nushell/nushell.git
synced 2025-04-09 21:28:55 +02:00
6 lines
185 B
Plaintext
6 lines
185 B
Plaintext
export const GAMMA = 0.5772156649015329
|
|
export const E = 2.718281828459045
|
|
export const PI = 3.141592653589793
|
|
export const TAU = 6.283185307179586
|
|
export const PHI = 1.618033988749895
|