Skip to content

Commit

Permalink
Update cossin.rs: style
Browse files Browse the repository at this point in the history
  • Loading branch information
jordens authored Dec 8, 2023
1 parent 8b7a067 commit 2bc75e7
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 where i32::MIN is -pi and i32::MAX is pi
/// * `phase` - 32-bit phase where `i32::MIN` is -π and `i32::MAX` is π
///
/// # Returns
/// The cos and sin values of the provided phase as a `(i32, i32)`
Expand Down

0 comments on commit 2bc75e7

Please sign in to comment.