Hello,
We just installed pyRserve and are doing some calculations with conn.eval and the result is not what wee expect, can you help us please?
The python server is a Solaris and the Rserver is a Linux
>>> import pyRserve
>>> conn=pyRserve.connect(host='10.54.17.17',port=6311)
>>> conn.eval('3+3')
3.067e-320
>>> conn.eval('3.067e-320')
6.0
Thank you