mirror of
https://github.com/sigmasternchen/gleam-community-maths
synced 2025-03-15 07:59:01 +00:00
Update README.md
This commit is contained in:
parent
d2241e4240
commit
e81f5faf9a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue