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 Intn(n int) int
- 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_ADD ¶
DECIMAL_ADD 加
func DECIMAL_ADD_EX ¶
DECIMAL_ADD_EX 加
func DECIMAL_DIV ¶
DECIMAL_DIV 除
func DECIMAL_MAKE_FLOAT32 ¶
DECIMAL_MAKE_FLOAT32 创建
func DECIMAL_MAKE_STRING ¶
DECIMAL_MAKE_STRING 创建
func DECIMAL_MUL ¶
DECIMAL_MUL 乘
func DECIMAL_SUB ¶
DECIMAL_SUB 减
func DECIMAL_SUB_EX ¶
DECIMAL_SUB_EX 减
Types ¶
type Rect ¶
Rect 区域
func (*Rect) Reposition ¶
Reposition 再定位(宽度和高度不变的情况)
func (*Rect) Update_width ¶
Update_width 改变宽度[左上不变]
Click to show internal directories.
Click to hide internal directories.