An example would be this one:
(float-to-rational 1.2)
12/10
and:
(rational-to-float 3/2)
1.5
I tried to write a function, but i still cannot do it. I want to say that i'm a little newbie in LISP programming. Can anyone help me with this?

Thanks a lot, i appreciate
