Welcome to Dream.In.Code
Become a C++ Expert!

Join 137,422 C++ Programmers for FREE! Get instant access to thousands of C++ experts, tutorials, code snippets, and more! There are 1,973 people online right now. Registration is fast and FREE... Join Now!




Plus or Minus Notation?

 
Reply to this topicStart new topic

Plus or Minus Notation?

captainhampton
15 Jan, 2008 - 10:56 AM
Post #1

Jawsome++;
Group Icon

Joined: 17 Oct, 2007
Posts: 518



Thanked: 2 times
Dream Kudos: 825
My Contributions
I have a really quick question about if it is even possible to give a "plus or minus" notation within an equation, for example the quadratic formula discriminant:

(-b ± sqrt (b2 – 4 a c) / 2 a

I first thought perhaps:

CODE

-b + || - .....


However that threw up errors,

I also tried

CODE

-b +-.....


However it took the last "-" as a negative sign as opposed to plus or minus

any help would be appreciated
User is offlineProfile CardPM
+Quote Post

Amadeus
RE: Plus Or Minus Notation?
15 Jan, 2008 - 11:17 AM
Post #2

g++ -o drink whiskey.cpp
Group Icon

Joined: 12 Jul, 2002
Posts: 12,230



Thanked: 40 times
Dream Kudos: 25
My Contributions
You have to remember that what you have there is actually two different formulas (although always presented as one). there is no native symbol in C or C++ to represent this. you could create a class to handle it if you wish.
User is offlineProfile CardPM
+Quote Post

captainhampton
RE: Plus Or Minus Notation?
15 Jan, 2008 - 11:36 AM
Post #3

Jawsome++;
Group Icon

Joined: 17 Oct, 2007
Posts: 518



Thanked: 2 times
Dream Kudos: 825
My Contributions
QUOTE(Amadeus @ 15 Jan, 2008 - 12:17 PM) *

You have to remember that what you have there is actually two different formulas (although always presented as one). there is no native symbol in C or C++ to represent this. you could create a class to handle it if you wish.


Gotcha, thank you very much
User is offlineProfile CardPM
+Quote Post

Reply to this topicStart new topic
Time is now: 12/5/08 04:30AM

Live C++ Help!

C++ Tutorials

Reference Sheets

C++ Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month