fix the title of src/real{.rs}
link
This commit is contained in:
@@ -191,7 +191,7 @@ common stimuli type live in [src/stim.rs](crates/coremem/src/stim.rs).
|
|||||||
common measurements live in [src/meas.rs](crates/coremem/src/meas.rs).
|
common measurements live in [src/meas.rs](crates/coremem/src/meas.rs).
|
||||||
common render targets live in [src/render.rs](crates/coremem/src/render.rs). these change infrequently enough that [src/driver.rs](crates/coremem/src/driver.rs) has some specialized helpers for each render backend.
|
common render targets live in [src/render.rs](crates/coremem/src/render.rs). these change infrequently enough that [src/driver.rs](crates/coremem/src/driver.rs) has some specialized helpers for each render backend.
|
||||||
common materials are spread throughout [src/mat](crates/coremem/src/mat/mod.rs).
|
common materials are spread throughout [src/mat](crates/coremem/src/mat/mod.rs).
|
||||||
different float implementations live in [src/real](crates/coremem/src/real.rs).
|
different float implementations live in [src/real.rs](crates/coremem/src/real.rs).
|
||||||
if you're getting NaNs, you can run the entire simulation on a checked `R64` type in order to pinpoint the moment those are introduced.
|
if you're getting NaNs, you can run the entire simulation on a checked `R64` type in order to pinpoint the moment those are introduced.
|
||||||
|
|
||||||
## Materials
|
## Materials
|
||||||
|
Reference in New Issue
Block a user