Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
burrbull committed Aug 11, 2022
1 parent b72dd3d commit cb0ec3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ use sleef::Sleef;

fn main() {
let input = f64x2::from_array([1.43, 0.57]);
let output = f64x::sin(input);
let output = input.sin();
println!("sin(α) = {:?}", output);
}
```
Expand Down

0 comments on commit cb0ec3f

Please sign in to comment.