mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-06 22:23:42 +01:00
9 lines
194 B
OCaml
9 lines
194 B
OCaml
type units = Bohr | Angstrom
|
|
type angle_units = Degree | Radian
|
|
|
|
val to_radian : float -> float
|
|
val to_degree : float -> float
|
|
|
|
val angstrom_to_bohr : float
|
|
val bohr_to_angstrom : float
|