数字
-
函数
- BaseForm
- BitAnd
- BitNot
- BitOr
- BitSet
- BitShiftLeft
- BitXor
- DecimalForm
- DigitCount
- DigitSum
- FromDigits
- FromRomanNumeral
- IntegerDigits
- IntegerExponent
- IntegerLength
- IntegerName
- IntegerPart
- IntegerReverse
- IntegerString
- Log10
- Log2
- MantissaExponent
- MixedRadix
- NumberCompose
- NumberDecompose
- NumberDigit
- NumberExpand
- NumberForm
- PaddedForm
- PercentForm
- RealDigits
- RomanNumeral
- 相关指南
- 技术笔记
-
-
函数
- BaseForm
- BitAnd
- BitNot
- BitOr
- BitSet
- BitShiftLeft
- BitXor
- DecimalForm
- DigitCount
- DigitSum
- FromDigits
- FromRomanNumeral
- IntegerDigits
- IntegerExponent
- IntegerLength
- IntegerName
- IntegerPart
- IntegerReverse
- IntegerString
- Log10
- Log2
- MantissaExponent
- MixedRadix
- NumberCompose
- NumberDecompose
- NumberDigit
- NumberExpand
- NumberForm
- PaddedForm
- PercentForm
- RealDigits
- RomanNumeral
- 相关指南
- 技术笔记
-
函数
数字
Wolfram 语言可以处理无限长度的数,支持任意基数,使用先进的优化平台算法,包括 Wolfram Research 公司开发的原算法. 对于有理数,采用数论的方法有效准确的找到重复数字序列.
IntegerDigits — 整数的数字
RealDigits — 实数的数字
FromDigits — 根据它的数字重构一个数
IntegerLength — 整数中数字的数量
DigitCount — 统计给出数字出现的次数
DigitSum — 求整数的各位数字的和
NumberDigit — 提取数值中的特殊数字
IntegerReverse — 通过翻转数字获得整数
IntegerExponent ▪ MantissaExponent ▪ IntegerPart ▪ Log10 ▪ Log2
NumberExpand — 给出用按位计数法展开的数字
IntegerString — 作为一个字符串的整数的数字
BaseForm — 以基数 b,显示一个数字
NumberForm ▪ PaddedForm ▪ DecimalForm ▪ PercentForm ▪ ...
IntegerName — 整数名称(例如,“thirty-five”)
RomanNumeral ▪ FromRomanNumeral
NumberDecompose — 分解成多个单位(例如,货币面值)
NumberCompose — 根据分解值重构一个数字
MixedRadix — 表示所有操作中的混合基(例如,小时、分、秒)
位运算 »
BitAnd ▪ BitOr ▪ BitXor ▪ BitNot ▪ BitShiftLeft ▪ BitSet ▪ ...
相关技术笔记
-
▪
- 不同形式的数之间的转换 ▪
- 整数和数论中的函数
相关指南
-
▪
- 精度和准确度控制 ▪
- 数字表示 ▪
- 连分数和有理数近似值 ▪
- 数字识别