11.07.2014 Views

Flute acoustics: measurement, modelling and design - School of ...

Flute acoustics: measurement, modelling and design - School of ...

Flute acoustics: measurement, modelling and design - School of ...

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

APPENDIX B. PROGRAM LISTINGS 237<br />

Parameters:<br />

z1: given complex number.<br />

Returns:<br />

exp(j x z1) ... The complex exponential <strong>of</strong> (j x z1)<br />

*/<br />

complex coshz(complex z1);<br />

/*<br />

Parameters:<br />

z1: given complex number.<br />

Returns:<br />

cosh z1 ... The complex hyperbolic cosine <strong>of</strong> z1<br />

*/<br />

complex sinhz(complex z1);<br />

/*<br />

Parameters:<br />

z1: given complex number.<br />

Returns:<br />

sinh z1 ... The complex hyperbolic sine <strong>of</strong> z1<br />

*/<br />

complex cosz(complex z1);<br />

/*<br />

Parameters:<br />

z1: given complex number.<br />

Returns:<br />

cos z1 ... The complex cosine <strong>of</strong> z1<br />

*/<br />

complex sinz(complex z1);<br />

/*<br />

Parameters:<br />

z1: given complex number.<br />

Returns:<br />

sin z1 ... The complex sine <strong>of</strong> z1<br />

*/<br />

complex tanz(complex z1);<br />

/*<br />

Parameters:<br />

z1: given complex number.<br />

Returns:<br />

tan z1 ... The complex tan <strong>of</strong> z1<br />

*/<br />

complex cotz(complex z1);<br />

/*<br />

Parameters:<br />

z1: given complex number.<br />

Returns:<br />

cot z1 ... The complex cotan <strong>of</strong> z1<br />

*/<br />

complex logz(complex z1);<br />

/*<br />

Parameters:<br />

z1: given complex number.

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!