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: doc/modules/ROOT/pages/cohorts.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@ That means all the following are valid ways to represent the number 300 using th
24
24
. 3000000e-4
25
25
26
26
These values can be useful in certain applications, like preserving the precision of results.
27
-
A value is said to be normalized when the effects of these cohorts is removed.
28
-
This is done by appending zeros to the significand and reducing the exponent until the significand has the same number of siginficant digits as the type can represent.
27
+
A value is said to be *normalized* when the effects of these cohorts is removed.
28
+
This is done by appending zeros to the significand and reducing the exponent until the significand has the same number of significant digits as the type can represent.
29
29
For example 1 - 6 above would all be represented the same as value 7.
30
30
By default, most methods *DO NOT* observe cohorts.
31
31
Below is an example of how cohorts can be preserved if one so wishes.
0 commit comments