Expression limit of 3?

Hi! i’ve been checking some complex expression found out this (cos(0)+cos(0)+cos(0)) is not working. This can also be extended of any combination of expressions with three or more function calls. So it looks like we have a limit but idk if that’s a bug or a feature, any idea?

Thanks!

Not aware of such a limit, but I did notice that

works: (cos(#Ds#)+sin(#Dsm#)+tan(#Ds#))
works: (cos(2)+sin(#Ds#)+tan(5))
works: ((cos(2)+cos(2)+tan(5)))
does not work: (cos(2)+sin(2)+tan(5))

strange!..but looks to me you need enough brackets…

3 Likes

you just need to put more brackets around things. Facer is finnicky that way.

((cos(0))+(cos(0))+(cos(0))) this works.

4 Likes

Big thank you!! Ok lesson learnt, I’ll use brackets all around :rofl:

2 Likes

:joy: :rofl: :joy:

5 Likes