-
関数
- 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 ▪ ...
関連するテクニカルノート
-
▪
- 数の桁 ▪
- 整数の操作と整数論に関連した関数
関連するガイド
-
▪
- 精度と確度のコントロール ▪
- 数の表現 ▪
- 連分数と有理近似 ▪
- 数の認識