Module Complexer


module Complexer: sig  end
More functions for complex numbers



Constants


val nanc : Complex.t
A complex number with real and imaginary parts both nans


Logarithm functions


val log10 : Complex.t -> Complex.t
Complex log base 10 of x


Trig functions


val sin : Complex.t -> Complex.t
Complex sine of x
val cos : Complex.t -> Complex.t
Complex cosine of x
val tan : Complex.t -> Complex.t
Complex tanget of x
val asin : Complex.t -> Complex.t
Complex arc sine of x
val acos : Complex.t -> Complex.t
Complex arc cosine of x
val atan : Complex.t -> Complex.t
Complex arc tanget of x
val sinh : Complex.t -> Complex.t
Complex hyperbole sine of x
val cosh : Complex.t -> Complex.t
Complex hyperbole cosine of x
val tanh : Complex.t -> Complex.t
Complex hyperbole tanget of x
val asinh : Complex.t -> Complex.t
Complex arc hyperbole sine of x
val acosh : Complex.t -> Complex.t
Complex arc hyperbole cosine of x
val atanh : Complex.t -> Complex.t
Complex arc hyperbole tanget of x