Skip to main content

imcot

Function imcot 

Source
pub fn imcot<A: Number>(n: A) -> FnNumber1<A>
Expand description

Returns the cotangent of a complex number.

documentfoundation->IMCOT

Syntax:

    IMCOT( N: Complex )

Constraints: None

Semantics: Equivalent to the following (except N is computed only once):

IMDIV(IMCOS(N);IMSIN(N))

See also: crate::of::imcos(), crate::of::imdiv(), crate::of::imsin(), crate::of::imtan(),