Post Reply 
How to evaluate A Taylor series at a specific value
08-22-2018, 02:09 PM
Post: #19
RE: How to evaluate A Taylor series at a specific value
Much like the comma operator in C. When you use the comma operator:

x = 5, 6;
the order of execution is fixed and the results are clear.

But, in a function call:

x = f(g(), h());

the comma is *not* a comma operator but a list separator and the operations can be done in any order. Probably in the order YACC does it. 8^)
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to evaluate A Taylor series at a specific value - KeithB - 08-22-2018 02:09 PM



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