You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/readme.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,6 +104,10 @@ This example makes straightforward use of preemptive multitasking scheduling wit
104
104
Example  Benchmarking Floating-Point Calculations.\
105
105
This example performs a variety of floating-point calculations of selected special functions of pure and applied mathematics.
106
106
107
+
Example  Benchmarking Floating-Point Calculations (32-bit variation).\
108
+
The same special functions and arguments are used as in Example Chapter12_04. In variation 12_04a, however,
109
+
the open-source 32-bit BL602 single-core RISC-V (SiFive E24) microcontroller is used.
110
+
107
111
Example  Generating and displaying 128-bit Random Prime Numbers.\
108
112
This advanced example uses an extended integer class to create 128-bit unsigned prime integers with primality testing performed via Miller-Rabin.
109
113
This example also provides fascinating, intuitive, visual insight into the prime number theory of pure mathematics.
0 commit comments