mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-07 06:33:39 +01:00
9 lines
144 B
OCaml
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
|