Trees | Indices | Help |
|
---|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
dbl_to_lng = <functools.partial object>
|
|||
lng_to_dbl = <functools.partial object>
|
|||
flt_to_int = <functools.partial object>
|
|||
int_to_flt = <functools.partial object>
|
|||
__package__ =
|
|
do a c-style memory cast In Python... x = 12.34 y = c_mem_cast(x, 'd', 'l') ... should be equivilent to the following in c... double x = 12.34; long y = *(long*)&x; |
Getting the ulp difference of floats and doubles is similar. Only difference if the offset and converter. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Dec 15 19:07:38 2017 | http://epydoc.sourceforge.net |