Skip to content

Commit

Permalink
Precalculate (expt 2 16): 65536
Browse files Browse the repository at this point in the history
  • Loading branch information
tlikonen committed Oct 15, 2015
1 parent 0edd086 commit 841dc3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wcheck-mode.el
Expand Up @@ -2058,8 +2058,7 @@ The returned value is a floating point number."
(high (nth 0 idle))
(low (nth 1 idle))
(micros (nth 2 idle)))
(+ (* high
(expt 2 16))
(+ (* high 65536)
low
(/ micros 1000000.0))))

Expand Down

0 comments on commit 841dc3b

Please sign in to comment.