Thread: mt_lutxy
View Single Post
Old 12th May 2012, 17:39   #7  |  Link
06_taro
soy sauce buyer
 
Join Date: Mar 2010
Location: United Kingdom
Posts: 164
mt_polish( any_infix_notation ) returns reverse polish notation
mt_infix( any_rpn ) returns infix notation
e.g., mt_lutxy(a, b, "x y +") equals to mt_lutxy(a, b, mt_polish("x + y"))
06_taro is offline   Reply With Quote