mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
Deploy thephez/dash-docs to github.com/thephez/dash-docs.git:gh-pages
This commit is contained in:
commit
391f4f5496
1080 changed files with 220436 additions and 0 deletions
29
img/dev/en-nbits-overview.dot
Normal file
29
img/dev/en-nbits-overview.dot
Normal file
|
@ -0,0 +1,29 @@
|
|||
digraph {
|
||||
|
||||
size=6.25;
|
||||
rankdir=TB
|
||||
//splines = ortho;
|
||||
ranksep = 0.0;
|
||||
nodesep = 0.0;
|
||||
|
||||
edge [ penwidth = 1.75, fontname="Sans" ]
|
||||
node [ penwidth = 1.75, shape = "none", fontname="Sans", width = 0, height = 0]
|
||||
graph [ penwidth = 0, fontname="Sans" ]
|
||||
|
||||
nbits [ label = "0x181bc330 → \n \nnBits In\nBig-Endian\nOrder" ];
|
||||
|
||||
significand [ label = "0x1bc330\n \nSignificand\n(Mantissa)\n " ];
|
||||
times [ label = "*\n \n \n \n " ];
|
||||
|
||||
base [ label = "256\n \nBase\n \n " ];
|
||||
exp [ label = "^\n \n \n \n " ];
|
||||
exponent [ label = "(0x18\n \nExponent\n \n " ];
|
||||
minus [ label = "-\n \n \n \n " ];
|
||||
negative [ label = "3)\n \nBytes\nIn\nSignificand" ];
|
||||
|
||||
base -> result [ style = "invis" ];
|
||||
|
||||
result [ label = "Result: 0x1bc330000000000000000000000000000000000000000000 " ];
|
||||
|
||||
label = "Converting nBits Into A Target Threshold"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue