mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-25 23:11:02 +08:00
R
This commit is contained in:
parent
613e0376f3
commit
8712cf1874
@ -137,7 +137,7 @@ $$2^{1} (1 + \frac{2^{51}}{2^{52}})$$
|
||||
|
||||
#### 步骤 1:获取 0.1 和 0.2 的指数和尾数
|
||||
|
||||
我用 Python 编写了一些(to 校正:这里原文加了一个 inefficient 形容词,不知道如何翻译)函数来获取正浮点数的指数和尾数:
|
||||
我用 Python 编写了一些低效的函数来获取正浮点数的指数和尾数:
|
||||
|
||||
```
|
||||
def get_exponent(f):
|
||||
|
Loading…
Reference in New Issue
Block a user