Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type BigDecimalClient struct + func NewBigDecimalClient(cc grpc.ClientConnInterface) *BigDecimalClient + func (c *BigDecimalClient) Abs0(ctx context.Context, handle int64) (int64, error) + func (c *BigDecimalClient) Abs1_1(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *BigDecimalClient) Add1(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *BigDecimalClient) Add2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error) + func (c *BigDecimalClient) ByteValueExact(ctx context.Context, handle int64) (int8, error) + func (c *BigDecimalClient) CompareTo1(ctx context.Context, handle int64, arg0 int64) (int32, error) + func (c *BigDecimalClient) CompareTo1_2(ctx context.Context, handle int64, arg0 int64) (int32, error) + func (c *BigDecimalClient) CompareTo2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int32, error) + func (c *BigDecimalClient) Divide1(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *BigDecimalClient) Divide2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error) + func (c *BigDecimalClient) Divide2_2(ctx context.Context, handle int64, arg0 int64, arg1 int32) (int64, error) + func (c *BigDecimalClient) Divide3_3(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 int32) (int64, error) + func (c *BigDecimalClient) DivideInteger1(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *BigDecimalClient) DivideInteger2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error) + func (c *BigDecimalClient) DoubleValue(ctx context.Context, handle int64) (float64, error) + func (c *BigDecimalClient) Equals(ctx context.Context, handle int64, arg0 int64) (bool, error) + func (c *BigDecimalClient) FloatValue(ctx context.Context, handle int64) (float32, error) + func (c *BigDecimalClient) Format2(ctx context.Context, handle int64, arg0 int32, arg1 int32) (string, error) + func (c *BigDecimalClient) Format6_1(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int32, ...) (string, error) + func (c *BigDecimalClient) HashCode(ctx context.Context, handle int64) (int32, error) + func (c *BigDecimalClient) IntValue(ctx context.Context, handle int64) (int32, error) + func (c *BigDecimalClient) IntValueExact(ctx context.Context, handle int64) (int32, error) + func (c *BigDecimalClient) LongValue(ctx context.Context, handle int64) (int64, error) + func (c *BigDecimalClient) LongValueExact(ctx context.Context, handle int64) (int64, error) + func (c *BigDecimalClient) Max1(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *BigDecimalClient) Max2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error) + func (c *BigDecimalClient) Min1(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *BigDecimalClient) Min2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error) + func (c *BigDecimalClient) MovePointLeft(ctx context.Context, handle int64, arg0 int32) (int64, error) + func (c *BigDecimalClient) MovePointRight(ctx context.Context, handle int64, arg0 int32) (int64, error) + func (c *BigDecimalClient) Multiply1(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *BigDecimalClient) Multiply2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error) + func (c *BigDecimalClient) Negate0(ctx context.Context, handle int64) (int64, error) + func (c *BigDecimalClient) Negate1_1(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *BigDecimalClient) Plus0(ctx context.Context, handle int64) (int64, error) + func (c *BigDecimalClient) Plus1_1(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *BigDecimalClient) Pow1(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *BigDecimalClient) Pow2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error) + func (c *BigDecimalClient) Remainder1(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *BigDecimalClient) Remainder2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error) + func (c *BigDecimalClient) Scale(ctx context.Context, handle int64) (int32, error) + func (c *BigDecimalClient) SetScale1(ctx context.Context, handle int64, arg0 int32) (int64, error) + func (c *BigDecimalClient) SetScale2_1(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int64, error) + func (c *BigDecimalClient) ShortValueExact(ctx context.Context, handle int64) (int16, error) + func (c *BigDecimalClient) Signum(ctx context.Context, handle int64) (int32, error) + func (c *BigDecimalClient) Subtract1(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *BigDecimalClient) Subtract2_1(ctx context.Context, handle int64, arg0 int64, arg1 int64) (int64, error) + func (c *BigDecimalClient) ToBigDecimal(ctx context.Context, handle int64) (int64, error) + func (c *BigDecimalClient) ToBigInteger(ctx context.Context, handle int64) (int64, error) + func (c *BigDecimalClient) ToBigIntegerExact(ctx context.Context, handle int64) (int64, error) + func (c *BigDecimalClient) ToCharArray(ctx context.Context, handle int64) (int64, error) + func (c *BigDecimalClient) ToString(ctx context.Context, handle int64) (string, error) + func (c *BigDecimalClient) UnscaledValue(ctx context.Context, handle int64) (int64, error) + func (c *BigDecimalClient) ValueOf1(ctx context.Context, handle int64, arg0 float64) (int64, error) + func (c *BigDecimalClient) ValueOf1_1(ctx context.Context, handle int64, arg0 int64) (int64, error) + func (c *BigDecimalClient) ValueOf2_2(ctx context.Context, handle int64, arg0 int64, arg1 int32) (int64, error) + type ContextClient struct + func NewContextClient(cc grpc.ClientConnInterface) *ContextClient + func (c *ContextClient) GetDigits(ctx context.Context, handle int64) (int32, error) + func (c *ContextClient) GetForm(ctx context.Context, handle int64) (int32, error) + func (c *ContextClient) GetLostDigits(ctx context.Context, handle int64) (bool, error) + func (c *ContextClient) GetRoundingMode(ctx context.Context, handle int64) (int32, error) + func (c *ContextClient) ToString(ctx context.Context, handle int64) (string, error)