Documentation ¶
Overview ¶
功能:浮点数精度 说明:
功能:最小最大函数 说明:
功能:几何图形-区域定义 说明:
Index ¶
- Constants
- func DECIMAL_2_FLOAT(d decimal.Decimal) float64
- func DECIMAL_ADD(d1 decimal.Decimal, d2 decimal.Decimal) decimal.Decimal
- func DECIMAL_ADD_EX(d1 decimal.Decimal, d2 decimal.Decimal) float64
- func DECIMAL_DIV(d1 decimal.Decimal, d2 decimal.Decimal) decimal.Decimal
- func DECIMAL_MAKE(f float64) decimal.Decimal
- func DECIMAL_MAKE_FLOAT32(f float32) decimal.Decimal
- func DECIMAL_MAKE_INT(n int64) decimal.Decimal
- func DECIMAL_MAKE_INT32(n int32) decimal.Decimal
- func DECIMAL_MAKE_STRING(s string) (decimal.Decimal, error)
- func DECIMAL_MAKE_ZERO() decimal.Decimal
- func DECIMAL_MUL(d1 decimal.Decimal, d2 decimal.Decimal) decimal.Decimal
- func DECIMAL_SUB(d1 decimal.Decimal, d2 decimal.Decimal) decimal.Decimal
- func DECIMAL_SUB_EX(d1 decimal.Decimal, d2 decimal.Decimal) float64
- func Float_2_string(num float64) string
- func Max[T byte | int | int32 | int64 | float32 | float64](a T, b T) T
- func Min[T byte | int | int32 | int64 | float32 | float64](a T, b T) T
- type Rect
- func (r Rect) Center_X() int
- func (r Rect) Center_y() int
- func (r Rect) Height() int
- func (r *Rect) Reposition(x_left int, y_top int) *Rect
- func (r *Rect) String() string
- func (r *Rect) Update_width(new_width int) *Rect
- func (r Rect) Witdh() int
- func (r *Rect) X_move(x_space int) *Rect
- func (r *Rect) X_move_to(new_x int) *Rect
- func (r *Rect) Y_move(y_space int) *Rect
Constants ¶
View Source
const (
DECIMAL = 2 //浮点数精度
)
Variables ¶
This section is empty.
Functions ¶
func DECIMAL_MAKE ¶
func DECIMAL_MAKE_FLOAT32 ¶
func DECIMAL_MAKE_INT ¶
func DECIMAL_MAKE_INT32 ¶
func DECIMAL_MAKE_ZERO ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.