-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconstants.typ
More file actions
34 lines (30 loc) · 956 Bytes
/
Copy pathconstants.typ
File metadata and controls
34 lines (30 loc) · 956 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#import "units.typ": *
// Mathematics
#let pi = calc.pi
#let euler-number = calc.e
#let e = euler-number
#let tau = calc.tau
#let golden-ratio = 1.61803398874989484820458683436563811772030917980576
#let phi = golden-ratio
// Gravity
#let standard-gravity = 9.80665
#let g = standard-gravity
#let standard-gravity-fps = 32.174
#let g-fps = standard-gravity-fps
#let gravitational-constant = 6.6743e-11
#let G = gravitational-constant
// SI Constants
#let speed-of-light = 299792458
#let c = speed-of-light
#let planck-constant = 6.62607015e-34
#let boltzmann-constant = 1.380649e-23
#let avogadro-number = 6.02214076e23
#let Na = avogadro-number
#let elementary-charge = 1.602176634e-19
// Other Constants
#let gas-constant-si = 8.31446261815324
#let R-si = gas-constant-si
#let stefan-boltzmann = 5.670374419e-8
#let sigma = stefan-boltzmann
#let vacuum-permeability = 1.25663706127e-6
#let mu-0 = vacuum-permeability