Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Py.Float
SourceInterface for Python values of type Float
.
of_float f
returns the Python long with the value f
. Wrapper for PyFloat_AsDouble.
to_float o
returns the floating-point vale stored in o
. A Python exception (Py.E _
) is raised if o
is not a float. Wrapper for PyFloat_FromDouble.