Skip to content

Instantly share code, notes, and snippets.

@masfj
Created February 14, 2018 06:30
Show Gist options
  • Save masfj/31c2f03a4aae24a6629e6c552ec5b39c to your computer and use it in GitHub Desktop.
Save masfj/31c2f03a4aae24a6629e6c552ec5b39c to your computer and use it in GitHub Desktop.
(* 20.0 (log10 255)) ;; 8bit
(* 20.0 (log10 65535)) ;; 16bit
(* 20.0 (log10 16777216)) ;; 24bit
(* 20.0 (log10 4294967296)) ;; 32bit
(* 20.0 (log10 18446744073709551616)) ;; 64bit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment