> -- Regarding literals like 123.456, we'll require a suffix to tell us > which datatype to use: As I just mentioned in the telecon I suggest to follow Turtle: > 123.456d ==> "123.456"^^<xs:decimal> 123.456 ==> "123.456"^^<xs:decimal> > 123.456e ==> "123.456"^^<xs:double> (as in Java/C) 123.456e0 ==> "123.456"^^<xs:double> > 123.456f ==> "123.456"^^<xs:float> (as in Java/C) there is no shortcut syntax for floats. Best, JosReceived on Tuesday, 10 March 2009 16:44:05 UTC
This archive was generated by hypermail 2.3.1 : Tuesday, 6 January 2015 21:47:54 UTC