(* Functions missing from Complex. *)
open Complex
val sin_cplx : t -> t
val cos_cplx : t -> t
val tan_cplx : t -> t
val asin_cplx : t -> t
val acos_cplx : t -> t
val atan_cplx : t -> t