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
We were trying to calculate like (1-x)*(2-x)*(3-x)*...*(10-x). And now we use (1:10).-x, which in fact gives in REPL 1 - x:1:10 - x. However, it seems we cannot directly use 1 - x:1:10 - x or 1 - x:one(Basic):10 - x. Could it have some way to do this?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
We were trying to calculate like
(1-x)*(2-x)*(3-x)*...*(10-x)
. And now we use(1:10).-x
, which in fact gives in REPL1 - x:1:10 - x
. However, it seems we cannot directly use1 - x:1:10 - x
or1 - x:one(Basic):10 - x
. Could it have some way to do this?The text was updated successfully, but these errors were encountered: