Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法减少数字的位数?
例子:
double d = 222222222222222224444444444444.0
例如,我想“序列化”它17[2]13[4]。
17[2]13[4]
这个想法是减少数字使用的“字符”的数量。
双 d = 222222222222222224444444444444.0
一开始你不可能有那么大的两倍。
例如,我想像 17[2]13[4] 那样“序列化”它。这个想法是减少数字使用的“字符”的数量。
无论其值如何,双精度都只占用 8 个字节。这似乎没有任何实际意义。