[Contents] [Previous Section] [Next Section] [Index]


cmul-Complex Multiplication

Interface

F_COMPLEX cmul (F_TYPE a, F_TYPE b, F_TYPE c, F_TYPE d)

Description

cmul() returns the product of two complex numbers.

cmul(a,b,c,d) is defined as (a + ib) * (c + id).

Exceptions

None.