Added examples in /example folder (contain snippets for Quickbook), and updates to add typedef static_gcd_t for common factor

This commit is contained in:
pabristow
2015-01-27 14:27:08 +00:00
parent 2de3837ca6
commit b82f5a792b
9 changed files with 587 additions and 2 deletions

View File

@@ -728,7 +728,7 @@ Simple examples of finding the minimum and maximum values are
[integer_min_max_example_1]
A more complex example showing static compiler-time computation of the biggest size of two arrays, plus 1, using a class adder.
A more complex example showing static compile-time computation of the biggest size of two arrays, plus 1, using a class `adder`.
[integer_min_max_example_0]