When I looked at the docs I was actually looking at the BigInt docs which does have a common method which gives the same error though...BigFloat uses BigInt's round_method method.
I am not going for any statistical relevance with this rounding...I am just trying to emulate the way in which MySQL rounds its float data types.
Basically if it is >= 5 round up, < 5 round down.