Closed
Description
The last line of precise_time_ns
uses a 64 bit multiplication that will overflow frequently.
Using floats would be the easy way out, but it would reduce precision to 53 bits.
The last line of precise_time_ns
uses a 64 bit multiplication that will overflow frequently.
Using floats would be the easy way out, but it would reduce precision to 53 bits.