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
040e5652
Kaydet (Commit)
040e5652
authored
Eki 24, 1997
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Ooops, found too more references to old conditions on floating point values.
üst
ae18e9fc
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
14 deletions
+2
-14
libxdrlib.tex
Doc/lib/libxdrlib.tex
+1
-7
libxdrlib.tex
Doc/libxdrlib.tex
+1
-7
No files found.
Doc/lib/libxdrlib.tex
Dosyayı görüntüle @
040e5652
...
@@ -36,11 +36,6 @@ type packing methods are supported: \code{pack_uint}, \code{pack_int},
...
@@ -36,11 +36,6 @@ type packing methods are supported: \code{pack_uint}, \code{pack_int},
\code
{
pack
_
enum
}
,
\code
{
pack
_
bool
}
,
\code
{
pack
_
uhyper
}
,
\code
{
pack
_
enum
}
,
\code
{
pack
_
bool
}
,
\code
{
pack
_
uhyper
}
,
and
\code
{
pack
_
hyper
}
.
and
\code
{
pack
_
hyper
}
.
The following methods pack floating point numbers, however they
require C library support. Without the optional C built-in module,
both of these methods will raise an
\code
{
xdrlib.ConversionError
}
exception. See the note at the end of this chapter for details.
\begin{funcdesc}
{
pack
_
float
}{
value
}
\begin{funcdesc}
{
pack
_
float
}{
value
}
Packs the single-precision floating point number
\var
{
value
}
.
Packs the single-precision floating point number
\var
{
value
}
.
\end{funcdesc}
\end{funcdesc}
...
@@ -138,8 +133,7 @@ if all of the data has not been unpacked.
...
@@ -138,8 +133,7 @@ if all of the data has not been unpacked.
In addition, every data type that can be packed with a
\code
{
Packer
}
,
In addition, every data type that can be packed with a
\code
{
Packer
}
,
can be unpacked with an
\code
{
Unpacker
}
. Unpacking methods are of the
can be unpacked with an
\code
{
Unpacker
}
. Unpacking methods are of the
form
\code
{
unpack
_
\var
{
type
}}
, and take no arguments. They return the
form
\code
{
unpack
_
\var
{
type
}}
, and take no arguments. They return the
unpacked object. The same caveats apply for
\code
{
unpack
_
float
}
and
unpacked object.
\code
{
unpack
_
double
}
as above.
\begin{funcdesc}
{
unpack
_
float
}{}
\begin{funcdesc}
{
unpack
_
float
}{}
Unpacks a single-precision floating point number.
Unpacks a single-precision floating point number.
...
...
Doc/libxdrlib.tex
Dosyayı görüntüle @
040e5652
...
@@ -36,11 +36,6 @@ type packing methods are supported: \code{pack_uint}, \code{pack_int},
...
@@ -36,11 +36,6 @@ type packing methods are supported: \code{pack_uint}, \code{pack_int},
\code
{
pack
_
enum
}
,
\code
{
pack
_
bool
}
,
\code
{
pack
_
uhyper
}
,
\code
{
pack
_
enum
}
,
\code
{
pack
_
bool
}
,
\code
{
pack
_
uhyper
}
,
and
\code
{
pack
_
hyper
}
.
and
\code
{
pack
_
hyper
}
.
The following methods pack floating point numbers, however they
require C library support. Without the optional C built-in module,
both of these methods will raise an
\code
{
xdrlib.ConversionError
}
exception. See the note at the end of this chapter for details.
\begin{funcdesc}
{
pack
_
float
}{
value
}
\begin{funcdesc}
{
pack
_
float
}{
value
}
Packs the single-precision floating point number
\var
{
value
}
.
Packs the single-precision floating point number
\var
{
value
}
.
\end{funcdesc}
\end{funcdesc}
...
@@ -138,8 +133,7 @@ if all of the data has not been unpacked.
...
@@ -138,8 +133,7 @@ if all of the data has not been unpacked.
In addition, every data type that can be packed with a
\code
{
Packer
}
,
In addition, every data type that can be packed with a
\code
{
Packer
}
,
can be unpacked with an
\code
{
Unpacker
}
. Unpacking methods are of the
can be unpacked with an
\code
{
Unpacker
}
. Unpacking methods are of the
form
\code
{
unpack
_
\var
{
type
}}
, and take no arguments. They return the
form
\code
{
unpack
_
\var
{
type
}}
, and take no arguments. They return the
unpacked object. The same caveats apply for
\code
{
unpack
_
float
}
and
unpacked object.
\code
{
unpack
_
double
}
as above.
\begin{funcdesc}
{
unpack
_
float
}{}
\begin{funcdesc}
{
unpack
_
float
}{}
Unpacks a single-precision floating point number.
Unpacks a single-precision floating point number.
...
...
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