Expression not working. What am I doing wrong?

  1. Expression generated an error for (x, a, b, c, d): Invalid expression. (1364)
    (a * (1 − x)³) + ( 3 * b * (1 − x)² * x) + (3* c * (1 − x) * x²) + (d * x³)

Expression.gh (7.2 KB)

try this instead

01 Expression_re.gh (9.0 KB)

Thanks! That seems like a lot of useless parentheses though.

Yeah! Better than not working expression though :slight_smile:

01%20Expression_re2