Created
February 28, 2019 05:51
-
-
Save mlaster/dda0fc73bb07abde3bc5c7cc5ca2c85e 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
let n = 1000.0 | |
let a = (n/2500.0) - 1.0 | |
let b = log10(a) | |
print(b) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment