/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

rupertmckay.com
| | projectf.io
5.9 parsecs away

Travel
| | Sometimes you need more precision than integers can provide, but floating-point computation is not trivial (try reading IEEE 754). You could use a library or IP block, but simple fixed point maths can often get the job done with little effort. Furthermore, most FPGAs have dedicated DSP blocks that make multiplication and addition of integers fast; we can take advantage of that with a fixed-point approach.
| | esham.io
6.4 parsecs away

Travel
| | Yet another demonstration of why you should store monetary amounts in integers.
| | gregat.es
2.9 parsecs away

Travel
| |
| | zig.guide
29.4 parsecs away

Travel
| Slices can be thought of many-item pointers ([*]T) with a length (usize).