Documentation
¶
Overview ¶
Copyright (C) Wells Hsu, wellshsu@github.com, All rights reserved. Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. This license is based on GPL, SEE LICENSE.md FOR MORE DETAILS. Package xmath: 封装了一些常用的数学函数.
Index ¶
Constants ¶
View Source
const ( INT8_MIN = -0x7f - 1 INT16_MIN = -0x7fff - 1 INT32_MIN = -0x7fffffff - 1 INT64_MIN = -0x7fffffffffffffff - 1 INT8_MAX = 0x7f INT16_MAX = 0x7fff INT32_MAX = 0x7fffffff INT64_MAX = 0x7fffffffffffffff UINT8_MAX = 0xff UINT16_MAX = 0xffff UINT32_MAX = 0xffffffff UINT64_MAX = 0xffffffffffffffff )
Variables ¶
View Source
var (
BYTE_ORDER binary.ByteOrder = &binary.LittleEndian // 字节序(小端)
)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.