10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-07-16 16:10:22 +02:00
QCaml/Utils/Angular_momentum.mli

5 lines
152 B
OCaml
Raw Normal View History

2017-12-31 16:41:04 +01:00
exception AngularMomentumError of string
2017-12-30 19:06:07 +01:00
type t = S | P | D | F | G | H | I | J | K | L | M | N | O
val of_char : char -> t
val to_string : t -> string