We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f43cee2 commit 2814d27Copy full SHA for 2814d27
doc/modules/ROOT/pages/fast_types.adoc
@@ -59,3 +59,5 @@ Since these types are normalized they will normally have a number of trailing ze
59
In the case where we want to output the shortest precision we must identify and remove these trailing zeros.
60
61
. With these types no cohort information exists, as the type stores its value in a normalized fashion.
62
+.. Because the information is stored normalized these types do not support sub-normal values.
63
+Any value that would be a sub-normal is flushed to 0 instead.
0 commit comments