Module ComplexL
val of_complex : Stdlib.Complex.t -> tcreate a long double complex from a Complex.t
val to_complex : t -> Stdlib.Complex.tConvert a long double complex to a Complex.t. The real and imaginary components are converted by calling
LDouble.to_floatwhich can produce unspecified results.
val zero : t0 + i0
val one : t1 + i0
val i : t0 + i
val polar : LDouble.t -> LDouble.t -> tpolar norm argreturns the complex having normnormand argumentarg.