Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
197e8052
Kaydet (Commit)
197e8052
authored
Eki 12, 2006
tarafından
Georg Brandl
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Add a note to fpectl docs that it's not built by default
(bug #1556261). (backport from rev. 52307)
üst
dd4c398c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
libfpectl.tex
Doc/lib/libfpectl.tex
+6
-1
No files found.
Doc/lib/libfpectl.tex
Dosyayı görüntüle @
197e8052
...
@@ -7,6 +7,11 @@
...
@@ -7,6 +7,11 @@
\sectionauthor
{
Lee Busby
}{
busby1@llnl.gov
}
\sectionauthor
{
Lee Busby
}{
busby1@llnl.gov
}
\modulesynopsis
{
Provide control for floating point exception handling.
}
\modulesynopsis
{
Provide control for floating point exception handling.
}
\note
{
The
\module
{
fpectl
}
module is not built by default, and its usage
is discouraged and may be dangerous except in the hand of
experts. See also the section
\ref
{
fpectl-limitations
}
on
limitations for more details.
}
Most computers carry out floating point operations
\index
{
IEEE-754
}
Most computers carry out floating point operations
\index
{
IEEE-754
}
in conformance with the so-called IEEE-754 standard.
in conformance with the so-called IEEE-754 standard.
On any real computer,
On any real computer,
...
@@ -95,7 +100,7 @@ FloatingPointError: in math_1
...
@@ -95,7 +100,7 @@ FloatingPointError: in math_1
\end{verbatim}
\end{verbatim}
\subsection
{
Limitations and other considerations
}
\subsection
{
Limitations and other considerations
\label
{
fpectl-limitations
}
}
Setting up a given processor to trap IEEE-754 floating point
Setting up a given processor to trap IEEE-754 floating point
errors currently requires custom code on a per-architecture basis.
errors currently requires custom code on a per-architecture basis.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment