0EE006 |
^#>Z
|
( # → Z )
Converts bint to zint.
|
0F5006 |
^R>Z
|
( % → z )
Converts real to zint. Do not call this entry
if the number if not an integer.
|
18D006 |
^R2Zext
|
( % → %%/Z )
Converts real to zint, or to long real if the
number is not an integer. mode if number is
not an integer.
|
0ED006 |
^H>Z
|
( HXS → Z / Error )
Checks if HXS is a proper zint number and
trims it.
|
0F2006 |
^S>Z
|
( $ → z )
Converts decimal in a string into a zint.
|
0F3006 |
^S>Z?
|
( $ → z T )
( $ → $ F )
If possible, converts string into a zint and
returns TRUE . If not, keeps the original
string and returns FALSE .
|
184006 |
^CK1Z
|
( $/#/hxs → Z )
CHecks for an integer. Converts strings,
bints or hxs's to zints. Errors for other
object types.
|
185006 |
^CK2Z
|
( ob ob' → Z Z' )
Like <REF>^CK1Z, but for two objects.
|
186006 |
^CK3Z
|
( ob ob' ob" → Z Z' Z" )
Like <REF>^CK1Z, but for three objects.
|
202006 |
^CK&CONVINT
|
( symb → zint )
( symb → :: zint zint' ; )
Check that a sym is a zint or Gauss integer,
convert it.
|
203006 |
^CK&CONV2INT
|
( symb symb' → zint zint' )
( symb symb' → :: zint1 zint2 ; :: zint3 zint4 ; )
Check that 2 sym are zint or Gauss integer,
convert them.
|
205006 |
^CONVBACKINT
|
( zint|c → symb )
|
204006 |
^CONVBACK2INT
|
( zint|c zint|c → symb symb )
|
0F4006 |
^Z>ZH
|
( Z → Z' )
Converts decimal Z to hex Z.
|
18E006 |
^Z2Sext
|
( Z → '$Z' )
Converts Z to string number. The number is
embedded in a symbolic to enable using it in
algebraics.
|