On Fri, Jul 17, 2026 at 07:31:24PM +0800, Qian Yun wrote:
> Because why not?
Well, for time calculation I defintely prefer integers. Why:
- to avoid possible paradoxes due to rounding
- with reasonable units and time scale we can use fixnums
which is non-consing. Doubles need memory allocation
which may interfere with precise timing
In case of timeout both reasons are not very important, but
I still prefer integers for consistency.
> --
> You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
fricas-devel...@googlegroups.com.
> To view this discussion visit
https://groups.google.com/d/msgid/fricas-devel/8e1d507e-5bb8-4f8b-8795-7f04b118e53a%40gmail.com.
--
Waldek Hebisch