Re: [Virtuoso-users] Support for "float" literals

2008-01-19 Thread Rajeev J Sebastian
Hello Ivan, Thank you for your response. I really agree with your assessment there :) There was no specific reason for using xsd:float other than because of Javascript and JSON. I will try to find some workaround to use doublePrecision instead. Also, I would like your suggestions on how to imp

Re: [Virtuoso-users] Support for "float" literals

2008-01-19 Thread Ivan Mikhailov
Hello Rajeev, The strongly advised workaround is to use xsd:doublePrecision instead of xsd:float. The problem with float is that it is not enough precise. Depending on hardware platform and C library used by compiler same literal can be parsed and then printed as, say, "4.12" or "4.13", so

Re: [Virtuoso-users] Support for "float" literals

2008-01-19 Thread Rajeev J Sebastian
Hello Hugh, Thanks for the response! For a few days I thought I was going in the wrong direction :) Especially since the mailing list was so quiet. Regards Rajeev J Sebastian On Jan 20, 2008 2:20 AM, Hugh Williams wrote: > Hi Rajeev, > > This is the correct mailing list to use. Once a response

Re: [Virtuoso-users] Support for "float" literals

2008-01-19 Thread Hugh Williams
Hi Rajeev, This is the correct mailing list to use. Once a response is available from development a response will be posted, please bear with us ... Best Regards Hugh Williams OpenLink Software On 19/1/08 19:30, "Rajeev J Sebastian" wrote: > Hello all, > > I had sent the below attached email

Re: [Virtuoso-users] Support for "float" literals

2008-01-19 Thread Rajeev J Sebastian
Hello all, I had sent the below attached email to the list regarding an error I had come across, but there was no response. Is the virtuoso-users@lists.sourceforge.net the correct email address for such questions ? Regards Rajeev J Sebastian On Jan 19, 2008 5:51 AM, Rajeev J Sebastian wrote: >