Last active
March 18, 2021 07:05
-
-
Save maoe/41b91529c3d4cb723fc3e383f5aab2a5 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
fn main() { | |
let v: f64 = 1.1276353206339418; | |
assert_eq!(v.ln(), 0.12012280349368988); | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment