switchYello

Results 2 issues of switchYello

hello,math floor maybe wrong case 1: math.floor(math.bignumber("1234567890123456.9951").mul( math.bignumber(100)),0).toString() is wrong , accept '123456789012345699' but '123456789012345700' case2: math.floor(math.bignumber("1234567890123456.9951").mul( math.bignumber(100)),1).toString() is ok , value is : '123456789012345699.5'

feature
help wanted

## Expected Behavior no exception, bytebuf release once. ## Actual Behavior 2024-08-23 13:47:13.682 ERROR [ demo-nio-1] [324] reactor.core.publisher.Operators Operator called default onErrorDropped io.netty.util.IllegalReferenceCountException: refCnt: 0, decrement: 1 at io.netty.util.internal.ReferenceCountUpdater.toLiveRealRefCnt(ReferenceCountUpdater.java:83) at...

type/bug
status/need-triage