fix constants for -1 and -2 (thanks iooioio)
This commit is contained in:
parent
95cb8da0a9
commit
12fe55e61f
|
@ -108,8 +108,8 @@
|
|||
%x16-two { #0200 } ( 2.0 )
|
||||
%x16-ten { #0a00 } ( 10.0 )
|
||||
%x16-hundred { #6400 } ( 100.0 )
|
||||
%x16-minus-one { #7f00 } ( -1.0 )
|
||||
%x16-minus-two { #7e00 } ( -2.0 )
|
||||
%x16-minus-one { #ff00 } ( -1.0 )
|
||||
%x16-minus-two { #fe00 } ( -2.0 )
|
||||
%x16-pi/2 { #0192 } ( 1.57079... )
|
||||
%x16-pi { #0324 } ( 3.14159... )
|
||||
%x16-3pi/2 { #04b6 } ( 4.71239... )
|
||||
|
|
Loading…
Reference in New Issue