[C++-sig] C++ function returning float

Hans Meine meine at informatik.uni-hamburg.de
Mon Jul 30 14:16:21 CEST 2007


Am Montag, 30. Juli 2007 13:10:04 schrieb Håkon Groven:
> I have a c++ function returning a vector of floats.
>
> In c++ the returned values are
> 0.1, 0.3 and 0.5.
>
> On the Python side, the values are
> 0.10000000149011612, 0.30000001192092896 and 0.5

See: http://docs.python.org/tut/node16.html

Ciao, /  /
     /--/
    /  / ANS



More information about the Cplusplus-sig mailing list