We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 078f43c commit 5d6957cCopy full SHA for 5d6957c
tools/cpcd/test/req.yaml
@@ -1,13 +1,7 @@
1
-# This is an example of a user-requested list of physical constants
2
-# to be looked up in the dictionary by the CPCD parser and included
3
-# in the generate source code.
4
-
5
- ASHandbook1964: [ pi, gamma ]
6
- CODATA2014:
+mathematical: [pi, em_gamma, square_root_of_2]
+universal_physical:
7
- standard_acceleration_of_gravity
8
- speed_of_light_in_vacuum
9
- stefan_boltzmann_constant
10
- GRS80: mean_radius
11
- IAPWS1995: [ liquid_water_triple_point_density, vapor_water_triple_point_density ]
12
- ASHandbook1964: square_root_of_2
13
- ASHandbook1964: pi
+earth_physical: mean_radius
+water: [ liquid_water_triple_point_density, vapor_water_triple_point_density ]
0 commit comments