Manuals/calci/IMCOS

From ZCubes Wiki
Revision as of 04:00, 6 November 2013 by Abin (talk | contribs) (→‎Examples)
Jump to navigation Jump to search
IMCOS(iz)


  • where 'iz' is the complex number

Description

  • This function gives the cos value of 'iz'.
  • Where iz is the complex number in the form of
  • x & y are the real number
  • 'i' is the imaginary unit
  • Also x is called the real part & y is the imaginary patr of a complex number.
  • 'COMPLEX' is the function used to convert Real & Imaginary numbers in to a complex number.
  • is defined by

Examples

IMCOS(iz)

  • iz is the complex number.
IMCOS(iz) Value(Radian)
IMCOS("2+3i") -4.189-i9.109
IMCOS("2-3i") 4.189-i9.109
IMCOS("2") 0.4161468

See Also


References