From 2bc75e7ec22cf4c2ec88c3b6139f64be1d944167 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20J=C3=B6rdens?= Date: Fri, 8 Dec 2023 21:15:34 +0100 Subject: [PATCH] Update cossin.rs: style --- src/cossin.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cossin.rs b/src/cossin.rs index eb38bb8..f633967 100644 --- a/src/cossin.rs +++ b/src/cossin.rs @@ -5,7 +5,7 @@ include!(concat!(env!("OUT_DIR"), "/cossin_table.rs")); /// /// /// # 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)`