Closed SandaruKasa closed 1 year ago
Change calc example's behavior from
calc
> -10! -10! => ((-10)!) => 1
to
> -10! -10! => (-(10!)) => -3628800
In my defense:
Well, let’s add ! for factorials. It should bind tighter than -, because -(92!) is obviously more useful than (-92)!.
!
-
-(92!)
(-92)!
all share the same sentiment. That is, -10! = -(10!)
-10! = -(10!)
Change
calc
example's behavior fromto
In my defense:
all share the same sentiment. That is,
-10! = -(10!)