Skip to content

Commit 9217eda

Browse files
Updated docs
1 parent 9539969 commit 9217eda

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

consts/README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# Constants
22

3-
The full list of constants is described briefly below.
3+
This module provides a collection of physical constants in the MKSA system.
44

5-
The full list of constants is described briefly below.
6-
Consult the module files themselves for the values of the constants used in the library.
5+
The constants are defined in the module files themselves, and are not imported by default.
6+
7+
## Usage
8+
9+
```v
10+
import vsl.consts
11+
12+
println(consts.mksa_speed_of_light)
13+
```
714

815
## Fundamental Constants
916

0 commit comments

Comments
 (0)