10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-25 14:42:06 +02:00
QCaml/Utils/Constants.ml

9 lines
144 B
OCaml

let cutoff = 1.e-15
(** Constants *)
let pi = acos (-1.)
let pi_inv = 1. /. pi
let two_over_sq_pi = 2. /. (sqrt pi)
let a0 = 0.529_177_210_67