Skip to content

Instantly share code, notes, and snippets.

View lcn2's full-sized avatar

Landon Curt Noll lcn2

View GitHub Profile
@lcn2
lcn2 / gist:94030138b0f52a4e6e4d1551409d7de4
Created October 10, 2023 14:53
calc unexpected v2.15.0.1 output
calc always evaluates terms from left to right
==============================================
Calc has a definite order for evaluation of terms (adds in a
sum, factors in a product, arguments for a function or a matrix,
etc.). This order is always from left to right. but skipping of
terms may occur for ||, && and ? : .
Consider, for example: