in reply to Re^6: Can I access and use UV types from perl? (updated)
in thread Can I access and use UV types from perl?

That and, well one reason may be to help with the documentation on the Rat() function in Perl 6.

My understanding from a quick look at the Raku (formerly known as Perl 6) documentation is:

I don't see an equivalent of Math::BigFloat in Raku at the moment.

By understanding what Perl is doing with numbers at the level of the Naturals

I think Perl's data types are much more closely aligned with the underlying native types than with mathematical concepts like natrual numbers, whole numbers, etc.

we can possibly figure out how to convert the Rationals into Reals

According to the docs, role Rational[::NuT, ::DeT] does Real { ... } already...?