Agilent Technologies E5071C Manual page 1224

Hide thumbs Also See for E5071C:
Table of Contents

Advertisement

ComplexCos(x)
Syntax
Result = ComplexCos(x)
Description
Returns the cosine (cos(x)) of a complex number x.
Data type
x : Complex type (Complex)
Result : Complex type (Complex)
Example of use
Dim a As Complex, b As Complex
a = ComplexSet(1.5, 2.0)
b = ComplexCos(a)
Programming
1451

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents