Update README.md

This commit is contained in:
Nicklas Sindlev Andersen 2023-09-17 14:20:47 +02:00 committed by GitHub
parent d2241e4240
commit e81f5faf9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ import gleam/float
pub fn main() {
// Evaluate the sine function
elementary.sin(floatx.pi())
elementary.sin(elementary.pi())
// Returns Float: 0.0
// Find the greatest common divisor