You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the functions gcd (Greatest Common Divisor) and lcm (Least Common Multiple) found in Functions - Number Theory , won't accept and input with only 2 variables although the UI says the third variable is optional
So with an input as the following
gcd(60; 40; )
lcm(60; 40; )
, I get the following answer:
"Argument 3, Value 3, in gcd() must be a free value that is rational (polynomial).""
If I type variable 1 or 2 in at the third optional place, the calculation is done, but that shouldn't be necessary
BR Lars
The text was updated successfully, but these errors were encountered:
I noticed that the functions gcd (Greatest Common Divisor) and lcm (Least Common Multiple) found in Functions - Number Theory , won't accept and input with only 2 variables although the UI says the third variable is optional
So with an input as the following
gcd(60; 40; )
lcm(60; 40; )
, I get the following answer:
"Argument 3, Value 3, in gcd() must be a free value that is rational (polynomial).""
If I type variable 1 or 2 in at the third optional place, the calculation is done, but that shouldn't be necessary
BR Lars
The text was updated successfully, but these errors were encountered: