Changes between Version 3 and Version 4 of Ticket #63164, comment 34


Ignore:
Timestamp:
Jul 10, 2021, 9:14:17 PM (3 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63164, comment 34

    v3 v4  
    2424}}}
    2525
    26 So that appears to be at least part of the answer to the log2 mystery.
     26So that appears to be at least part of the answer to the log2 mystery. On 32 bit systems, {{{uint32_t}}} apparently overflows the {{{log2}}} function, and you need to use {{{log2l}}}
    2727
    2828(Although why the {{{-2.00000}}} for the float cast? )