Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion reference/random/random/randomizer/getfloat.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- EN-Revision: c142be811735a5542c8a2e4c4ed2f81e8cc3acc6 Maintainer: sergey Status: ready -->
<!-- EN-Revision: 423a1da63f8265c57827234807709232afd274ec Maintainer: sergey Status: ready -->
<!-- Reviewed: no -->
<refentry xml:id="random-randomizer.getfloat" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<refnamediv>
Expand Down Expand Up @@ -344,6 +344,15 @@ printf(
чтобы получить нужные поведенческие свойства.
</para>
</note>
<caution>
<para>
Потеря значимости (underflow) намеренно не обрабатывается в алгоритме γ-секции.
Это может привести к возврату некорректных значений для интервалов с
границами в субнормальном диапазоне чисел с плавающей точкой, то есть
для границ с абсолютным значением меньше приблизительно
<literal>2<superscript>-1020</superscript></literal> (около <literal>8.9e-308</literal>).
</para>
</caution>
</refsect1>

<refsect1 role="seealso">
Expand Down
Loading