10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-26 15:12:05 +02:00
QCaml/Utils/Units.mli

9 lines
194 B
OCaml
Raw Normal View History

2018-01-17 15:56:57 +01:00
type units = Bohr | Angstrom
type angle_units = Degree | Radian
val to_radian : float -> float
val to_degree : float -> float
2018-01-02 22:33:17 +01:00
val angstrom_to_bohr : float
val bohr_to_angstrom : float