We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9539969 commit 9217edaCopy full SHA for 9217eda
consts/README.md
@@ -1,9 +1,16 @@
1
# Constants
2
3
-The full list of constants is described briefly below.
+This module provides a collection of physical constants in the MKSA system.
4
5
6
-Consult the module files themselves for the values of the constants used in the library.
+The constants are defined in the module files themselves, and are not imported by default.
+
7
+## Usage
8
9
+```v
10
+import vsl.consts
11
12
+println(consts.mksa_speed_of_light)
13
+```
14
15
## Fundamental Constants
16
0 commit comments