Post Reply 
How to evaluate (V / F) an expression of the form # = #
10-31-2014, 11:07 AM
Post: #2
RE: How to evaluate (V / F) an expression of the form # = #
(10-28-2014 02:13 AM)compsystems Wrote:  Sorry this is an electronic translations

Hello how to evaluate (True / False) an expression of the form (# = #) to be useful within the algorithm?

Hola, como evaluar (V/F) una expresion de la forma (# = #) para que sea útil dentro de un algoritmo?

x² = 9| (x = 3.1) = > ( 9.61 = 9 )

eval( 9.61 = 9 ) => false

Thanks

Jaimeza

Use == if you want a test :
x² == 9| (x = 3.1)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to evaluate (V / F) an expression of the form # = # - Gilles - 10-31-2014 11:07 AM



User(s) browsing this thread: 1 Guest(s)