10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-07-31 17:44:12 +02:00
QCaml/particles/lib/mass.mli

13 lines
288 B
OCaml
Raw Normal View History

2020-12-29 02:29:43 +01:00
(* Atomic mass
* :PROPERTIES:
* :header-args: :noweb yes :comments both
* :END:
*
* Atomic mass, a non-negative float.
*
* #+NAME: types *)
2020-09-26 12:02:53 +02:00
2020-12-29 02:38:12 +01:00
(* [[file:~/QCaml/particles/mass.org::types][types]] *)
2020-10-09 09:47:57 +02:00
include module type of Common.Non_negative_float
2020-12-29 02:29:43 +01:00
(* types ends here *)