Minor demos changes.

This commit is contained in:
Crozet Sébastien
2020-11-24 15:02:39 +01:00
parent dc63c28f56
commit 3379094f5a
4 changed files with 5 additions and 13 deletions

View File

@@ -27,7 +27,7 @@ pub fn init_world(testbed: &mut Testbed) {
// NOTE: make sure we use the sin/cos from simba to ensure
// cross-platform determinism of the example when the
// enhanced_determinism feature is enabled.
(<f32 as ComplexField>::sin(x) + <f32 as ComplexField>::cos(z))
<f32 as ComplexField>::sin(x) + <f32 as ComplexField>::cos(z)
}
});