Code Comments

Programming Forum and web based access to our favorite programming groups.
For Programmers: Free Programming Magazines | New: Database administration forum
Registration is free! Edit your profileCalendarFind other membersFrequently Asked QuestionsSearch -> 
Post New Thread











Thread
Author

imaginary unit j in C++
hi there,

Just messing around with some c++ code just now. In matlab if you
want to deign an algorithm that uses the imaginary unit j (sqrt(-1))
you simply insert j, right? But how do you do this in C++? If humans
can hardly comprehend the imaginary unit then how does a computer
manage to handle it?

Any views?

Thanks,

David

Report this thread to moderator Post Follow-up to this message
Old Post
D
05-31-05 01:59 AM


Re: imaginary unit j in C++
Hi David,
in C++ you usually use elements of the class complex. Imaginary unit would
be

complex X = complex(0,1);

Titus

"D" <dav@anon.co.uk> schrieb im Newsbeitrag
news:ef07856.-1@webx.raydaftYaTP...
> hi there,
>
> Just messing around with some c++ code just now. In matlab if you
> want to deign an algorithm that uses the imaginary unit j (sqrt(-1))
> you simply insert j, right? But how do you do this in C++? If humans
> can hardly comprehend the imaginary unit then how does a computer
> manage to handle it?
>
> Any views?
>
> Thanks,
>
> David



Report this thread to moderator Post Follow-up to this message
Old Post
Titus Edelhofer
05-31-05 02:14 PM


Sponsored Links




Last Thread Next Thread Next
Search this forum -> 
Post New Thread

Matlab archive

Show a Printable Version Send to friend Email This Page to Someone! subscribe to this thread Receive updates to this thread
Computer Consultants
Programming Jobs
Visual Basic Controls
SQL Server Programming
Webservices
Java Security
Visual Studio
C# Programming
Visual J++
Software engineering
Open source Software
Perl Programming
PHP Programming
ASP Programming
ASP .NET Programming
Visual Basic Programming
Windows Scripting Host
Java Programming
Java Help
Java Beans
VBScript
Cobol
MAC Applications
Unix Programming
Forum Jump:
All times are GMT. The time now is 06:36 PM.

 
Free MCSE Braindumps | Real Estate Topics

Programming forum archive

Copyrights CodeComments.com 2004 - 2006

Powered by vBulletin Copyright 2000-2006 Jelsoft Enterprises Limited.