Module Pari.Complex

type t = (complex, field) typ
val inv : t -> t
val add : t -> t -> t
val create : re:Real.t -> im:Real.t -> t
val to_string : t -> string