Richard Thomson

Results 104 comments of Richard Thomson

Power operator applied to negative constant exponent requires parentheses.

Formula with power operator applied to negative constant power without parentheses.

These two formulas should render identically, but they don't. ``` simon0063-A { ; Trying to figure out ident ; z = p = pixel: z = fn1(z * z) +...

I suspect this is another bug/difference between the C parser and the assembly language parser.

ManPWin gets an image similar to Id. Try this one in dosbox and see if the image is like Id or the one on the web site. Maybe the wrong...

dosbox fractint gets the same image as Id

Something that shows how to impleent operator precedence would be good enough. I have to parse a DSL that contains arbitrary math on complex numbers, so...

Thank you @cppljevans and @d5ch4k these examples are very helpful.