- changed status to resolved
From @inkytonik:
Is there a way to turn an FPBV into a BV? E.g., some rounding operations need to go from Double to Int or Long. For rounding that is entirely in FP world and we can use:
aterm1.roundToI(ctermRM(RNA()))
which produces an FPBV. But what to do if you want a BV instead?
see
#10.