1 Oct
2001
1 Oct
'01
12:17 a.m.
At 2001-09-30 00:37, pachinko@magicaldesk.com wrote:
Has anyone ever tried to pass/receive a float to/from a Java app? If so, how did you manage it?
Using JNI through Haskell's FFI. Both define their floats and doubles as C 'float' and 'double', so I don't bother with any conversion. I haven't tested it yet, though. -- Ashley Yakeley, Seattle WA