ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* About xdecimal
@ 2020-12-28 13:33 Jairo A. del Rio
  2020-12-28 15:39 ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Jairo A. del Rio @ 2020-12-28 13:33 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 361 bytes --]

Hi, list.

I've tried using the xdecimal library included with LuaMetaTeX and I have
some remarks:

1. Shifts are decimal, not binary: 145 >> 1 gives 14.
2. Integer division (//) is not implemented. Is that by design?
3. Following 2, what would be the way to handle integer division,
remainder... for large numbers?

Thank you in advance.

Best regards,

Jairo

[-- Attachment #1.2: Type: text/html, Size: 510 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: About xdecimal
  2020-12-28 13:33 About xdecimal Jairo A. del Rio
@ 2020-12-28 15:39 ` Hans Hagen
  2020-12-28 15:46   ` Jairo A. del Rio
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2020-12-28 15:39 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Jairo A. del Rio

On 12/28/2020 2:33 PM, Jairo A. del Rio wrote:
> Hi, list.
> 
> I've tried using the xdecimal library included with LuaMetaTeX and I 
> have some remarks:
> 
> 1. Shifts are decimal, not binary: 145 >> 1 gives 14.

this is how decnumber defines shift: digits

> 2. Integer division (//) is not implemented. Is that by design?

i'll add that one

> 3. Following 2, what would be the way to handle integer division, 
> remainder... for large numbers?

i'll add a % b

> Thank you in advance.
better first do the testing

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: About xdecimal
  2020-12-28 15:39 ` Hans Hagen
@ 2020-12-28 15:46   ` Jairo A. del Rio
  2020-12-28 16:11     ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Jairo A. del Rio @ 2020-12-28 15:46 UTC (permalink / raw)
  To: Hans Hagen; +Cc: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1209 bytes --]

I forgot to mention ceil and floor, just in case they can be implemented. I
have a long list of examples, so testing will be easy. Thank you very much.

Best regards,

Jairo :)

El lun, 28 de dic. de 2020 a la(s) 10:39, Hans Hagen (j.hagen@xs4all.nl)
escribió:

> On 12/28/2020 2:33 PM, Jairo A. del Rio wrote:
> > Hi, list.
> >
> > I've tried using the xdecimal library included with LuaMetaTeX and I
> > have some remarks:
> >
> > 1. Shifts are decimal, not binary: 145 >> 1 gives 14.
>
> this is how decnumber defines shift: digits
>
> > 2. Integer division (//) is not implemented. Is that by design?
>
> i'll add that one
>
> > 3. Following 2, what would be the way to handle integer division,
> > remainder... for large numbers?
>
> i'll add a % b
>
> > Thank you in advance.
> better first do the testing
>
> Hans
>
> -----------------------------------------------------------------
>                                            Hans Hagen | PRAGMA ADE
>                Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>         tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
> -----------------------------------------------------------------
>

[-- Attachment #1.2: Type: text/html, Size: 1803 bytes --]

[-- Attachment #2: Type: text/plain, Size: 493 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: About xdecimal
  2020-12-28 15:46   ` Jairo A. del Rio
@ 2020-12-28 16:11     ` Hans Hagen
  0 siblings, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2020-12-28 16:11 UTC (permalink / raw)
  To: Jairo A. del Rio; +Cc: mailing list for ConTeXt users

On 12/28/2020 4:46 PM, Jairo A. del Rio wrote:
> I forgot to mention ceil and floor, just in case they can be 
> implemented. I have a long list of examples, so testing will be easy. 
afaiks these two have no implementors

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-12-28 16:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-28 13:33 About xdecimal Jairo A. del Rio
2020-12-28 15:39 ` Hans Hagen
2020-12-28 15:46   ` Jairo A. del Rio
2020-12-28 16:11     ` Hans Hagen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).