help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

multiplication by zero


From: mmasny
Subject: multiplication by zero
Date: Tue, 18 May 2010 09:13:25 -0700 (PDT)

I have such an expression:
x=5;
y = 0 * f(x);

Will the value of f(x) be computed? What if it were .* instead of *? What if
I had y = f(x) * 0?
-- 
View this message in context: 
http://octave.1599824.n4.nabble.com/multiplication-by-zero-tp2221554p2221554.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]