Created
February 14, 2018 06:30
-
-
Save masfj/31c2f03a4aae24a6629e6c552ec5b39c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (* 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