September Morn Update
This commit is contained in:
parent
4e2d22a71d
commit
aac6731f2c
6856 changed files with 141342 additions and 21127 deletions
|
|
@ -0,0 +1,10 @@
|
|||
ZEROPOW
|
||||
// default behavior is incorrect:
|
||||
set (x,y) = 0
|
||||
w !,"0 to the 0th power (wrong): "_(x**y) ; will output 0
|
||||
|
||||
// if one or both of the values is a double, this works
|
||||
set (x,y) = $DOUBLE(0)
|
||||
w !,"0 to the 0th power (right): "_(x**y)
|
||||
|
||||
quit
|
||||
Loading…
Add table
Add a link
Reference in a new issue