Skip to content

Commit

Permalink
Merge pull request #22 from Orange-Murker/main
Browse files Browse the repository at this point in the history
Clarified what the phase of cossin is
  • Loading branch information
jordens authored Dec 8, 2023
2 parents 2169cb9 + eab4866 commit 8b7a067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cossin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include!(concat!(env!("OUT_DIR"), "/cossin_table.rs"));
/// <https://github.com/m-labs/misoc/blob/master/misoc/cores/cossin.py>
///
/// # Arguments
/// * `phase` - 32-bit phase.
/// * `phase` - 32-bit phase where i32::MIN is -pi and i32::MAX is pi
///
/// # Returns
/// The cos and sin values of the provided phase as a `(i32, i32)`
Expand Down

0 comments on commit 8b7a067

Please sign in to comment.