Skip to content

Commit

Permalink
GitHub Pages. DocC. d3b894d.
Browse files Browse the repository at this point in the history
  • Loading branch information
oscbyspro committed Oct 29, 2023
1 parent eac2246 commit 788c330
Show file tree
Hide file tree
Showing 466 changed files with 34,500 additions and 49,075 deletions.
66 changes: 45 additions & 21 deletions docs/data/documentation/numberick.json
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
{
"inlineContent" : [
{
"text" : "Each type of ",
"text" : "Each ",
"type" : "text"
},
{
Expand All @@ -319,31 +319,15 @@
"type" : "text"
},
{
"text" : "This design comes with a suite of overflow and bit-casting operations. The",
"text" : "This design comes with a suite of overflow and bit-casting operations.",
"type" : "text"
},
{
"text" : " ",
"type" : "text"
},
{
"text" : "even split also lends itself to divide-and-conquer strategies. As such, it",
"type" : "text"
},
{
"text" : " ",
"type" : "text"
},
{
"text" : "leverages A. Karatsuba’s multiplication algorithm, as well as C. Burnikel’s",
"type" : "text"
},
{
"text" : " ",
"type" : "text"
},
{
"text" : "and J. Ziegler’s fast recursive division.",
"text" : "The even split also lends itself to divide-and-conquer strategies.",
"type" : "text"
}
],
Expand Down Expand Up @@ -722,14 +706,20 @@
{
"identifiers" : [
"doc:\/\/Numberick\/documentation\/Numberick\/HL",
"doc:\/\/Numberick\/documentation\/Numberick\/IO",
"doc:\/\/Numberick\/documentation\/Numberick\/LH",
"doc:\/\/Numberick\/documentation\/Numberick\/PVO",
"doc:\/\/Numberick\/documentation\/Numberick\/QR",
"doc:\/\/Numberick\/documentation\/Numberick\/SM",
"doc:\/\/Numberick\/documentation\/Numberick\/NBK"
"doc:\/\/Numberick\/documentation\/Numberick\/SM"
],
"title" : "Abbreviations"
},
{
"identifiers" : [
"doc:\/\/Numberick\/documentation\/Numberick\/NBK"
],
"title" : "Namespaces"
},
{
"identifiers" : [
"doc:\/\/Numberick\/documentation\/Numberick\/Swift"
Expand Down Expand Up @@ -799,6 +789,40 @@
"type" : "topic",
"url" : "\/documentation\/numberick\/hl"
},
"doc://Numberick/documentation/Numberick/IO": {
"abstract" : [
{
"text" : "An index and an overflow indicator.",
"type" : "text"
}
],
"fragments" : [
{
"kind" : "keyword",
"text" : "typealias"
},
{
"kind" : "text",
"text" : " "
},
{
"kind" : "identifier",
"text" : "IO"
}
],
"identifier" : "doc:\/\/Numberick\/documentation\/Numberick\/IO",
"kind" : "symbol",
"navigatorTitle" : [
{
"kind" : "identifier",
"text" : "IO"
}
],
"role" : "symbol",
"title" : "IO",
"type" : "topic",
"url" : "\/documentation\/numberick\/io"
},
"doc://Numberick/documentation/Numberick/Int1024": {
"abstract" : [
{
Expand Down
42 changes: 17 additions & 25 deletions docs/data/documentation/numberick/hl.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,11 @@
{
"generated" : true,
"identifiers" : [
"doc:\/\/Numberick\/documentation\/Numberick\/IO",
"doc:\/\/Numberick\/documentation\/Numberick\/LH",
"doc:\/\/Numberick\/documentation\/Numberick\/PVO",
"doc:\/\/Numberick\/documentation\/Numberick\/QR",
"doc:\/\/Numberick\/documentation\/Numberick\/SM",
"doc:\/\/Numberick\/documentation\/Numberick\/NBK"
"doc:\/\/Numberick\/documentation\/Numberick\/SM"
],
"title" : "Abbreviations"
}
Expand Down Expand Up @@ -205,10 +205,10 @@
"type" : "topic",
"url" : "\/documentation\/numberick\/hl"
},
"doc://Numberick/documentation/Numberick/LH": {
"doc://Numberick/documentation/Numberick/IO": {
"abstract" : [
{
"text" : "A low and a high value.",
"text" : "An index and an overflow indicator.",
"type" : "text"
}
],
Expand All @@ -223,63 +223,55 @@
},
{
"kind" : "identifier",
"text" : "LH"
"text" : "IO"
}
],
"identifier" : "doc:\/\/Numberick\/documentation\/Numberick\/LH",
"identifier" : "doc:\/\/Numberick\/documentation\/Numberick\/IO",
"kind" : "symbol",
"navigatorTitle" : [
{
"kind" : "identifier",
"text" : "LH"
"text" : "IO"
}
],
"role" : "symbol",
"title" : "LH",
"title" : "IO",
"type" : "topic",
"url" : "\/documentation\/numberick\/lh"
"url" : "\/documentation\/numberick\/io"
},
"doc://Numberick/documentation/Numberick/NBK": {
"doc://Numberick/documentation/Numberick/LH": {
"abstract" : [
{
"text" : "A namespace for ",
"type" : "text"
},
{
"code" : "Numberick",
"type" : "codeVoice"
},
{
"text" : " development.",
"text" : "A low and a high value.",
"type" : "text"
}
],
"fragments" : [
{
"kind" : "keyword",
"text" : "enum"
"text" : "typealias"
},
{
"kind" : "text",
"text" : " "
},
{
"kind" : "identifier",
"text" : "NBK"
"text" : "LH"
}
],
"identifier" : "doc:\/\/Numberick\/documentation\/Numberick\/NBK",
"identifier" : "doc:\/\/Numberick\/documentation\/Numberick\/LH",
"kind" : "symbol",
"navigatorTitle" : [
{
"kind" : "identifier",
"text" : "NBK"
"text" : "LH"
}
],
"role" : "symbol",
"title" : "NBK",
"title" : "LH",
"type" : "topic",
"url" : "\/documentation\/numberick\/nbk"
"url" : "\/documentation\/numberick\/lh"
},
"doc://Numberick/documentation/Numberick/PVO": {
"abstract" : [
Expand Down
Loading

0 comments on commit 788c330

Please sign in to comment.