| Home | Trees | Indices | Help |
|
|---|
|
|
|
|||
| Banana | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
EPSILON = 0.1
|
|||
HIGH_BIT_SET =
|
|||
|
|||
long_to_bytes(n:long, blocksize:int) : string Convert a long integer to a byte string. If optional blocksize is given and greater than zero, pad the front of the byte string with binary zeros so that the length is a multiple of blocksize. |
bytes_to_long(string) : long Convert a byte string to a long integer. This is (essentially) the inverse of long_to_bytes(). |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Oct 14 18:27:46 2008 | http://epydoc.sourceforge.net |