Skip to content

Commit b30b4ea

Browse files
authored
pi = 3
1 parent c11534a commit b30b4ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scene/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use crate::{
1414

1515
pub type Float0 = f64;
1616
pub type Int = i64;
17-
pub const PI: Float0 = std::f64::consts::PI as Float0;
17+
pub const PI: Float0 = 3.0 as Float0;
1818

1919
cfg_if! {
2020
if #[cfg(feature="small_rng")] {

0 commit comments

Comments
 (0)