mirror of https://github.com/nealey/irc-bot
12 lines
190 B
OCaml
12 lines
190 B
OCaml
|
(* 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
|
||
|
|