Strange values [solved]

6 posts • viewed 120 times

This message aims at: reporting a bug

Status: Solved
Upvotes: 0
Downvotes: 0

Hello! 

 

Something strange happened with the year of print (3584) here N#210589

And with the value (9 223 372 036 854 775 808) here N#209218

 

 

Thanks!
 

The first is a conversion problem because a Gregorian year is used instead of a revolutionary calender date.

The second is the biggest number of signed 64-bit integer (technically an unsigned integer could be used here because there are no negative values for denominations) but this would still not be sufficient to display a 1021. But it's the absolute biggest banknote denomination and I believe switching to a 128-bit solution (if that's even possible) just for a few entries isn't worth it.

 

                           9,223,372,036,854,775,808 (signed 264)

                          18,446,744,073,709,551,615 (unsigned 264)

                       1,000,000,000,000,000,000,000 (1021)

170,141,183,460,469,231,731,687,303,715,884,105,728 (signed 2128)

340,282,366,920,938,463,463,374,607,431,768,211,455 (unsigned 2128)

The first one is related to this pending request.

Always look on the bright side of life!

Idolenz

The first is a conversion problem because a Gregorian year is used instead of a revolutionary calender date.

The second is the biggest number of signed 64-bit integer 

Thank you both for explanation!

 

I moved my banknote to the correct line

Hello,

Both issues are fixed 🙂

Status changed to Solved (Xavier, 29 Aug 2023, 22:14)

Xavier

Hello,

Both issues are fixed 🙂

Thank you very much!!

» Forum policy

Used time zone is UTC+2:00.
Current time is 15:59.