Has anyone experience for running ocaml native programms on android?
My problem in floating point calculations.

let x = 255. in
int_of_float x 

Result is always 0.
Any suggestions very welcome.