Skip to main content

RoundingMode

type RoundingMode int32

RoundingMode mirrors the C ABI's `clika_rt_rounding_mode` values.

Constructors and associated declarations

RoundingModeNone, RoundingModeTrunc, RoundingModeFloor

const (
RoundingModeNone RoundingMode = 0
RoundingModeTrunc RoundingMode = 1
RoundingModeFloor RoundingMode = 2
)