math.text.english: accidentally i's and j's.
parent
c1bb600335
commit
3eced27aee
|
@ -110,9 +110,7 @@ M: float number>text
|
||||||
] bi* " point " glue ;
|
] bi* " point " glue ;
|
||||||
|
|
||||||
M: complex number>text
|
M: complex number>text
|
||||||
>rect
|
>rect [ number>text ] [
|
||||||
[ number>text " i" append ]
|
|
||||||
[
|
|
||||||
[ 0 < " minus " " plus " ? ]
|
[ 0 < " minus " " plus " ? ]
|
||||||
[ abs number>text " j" append ] bi
|
[ abs number>text " i" append ] bi
|
||||||
] bi* 3append ;
|
] bi* 3append ;
|
||||||
|
|
Loading…
Reference in New Issue