math.text.english: accidentally i's and j's.

db4
John Benediktsson 2013-11-26 10:20:56 -08:00
parent c1bb600335
commit 3eced27aee
1 changed files with 2 additions and 4 deletions

View File

@ -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 ;