h.tofl

来自「强大的数学工具包」· TOFL 代码 · 共 43 行

TOFL
43
字号
                               * * * * * * *                               *   tofl    *                               * * * * * * *        "to floating points"        SYNTAX: X = tofl(A)        A is an expression whose value is an element of Z, Q, R or a        polynomial over these structures.                X is assigned the value of A over the floating points, rounded         to DIGITS digits.                 In order to change the precision to s digits, please type        "digits = s" where s is a positive single precision number.        By default, DIGITS = 37.        Example 1: (correct)                tofl(2/3)        Example 2: (correct)                DIGITS = 50                tofl(1/7)        Example 3: (correct)                tofl(123)        Example 4: (correct)                tofl(24342.4234e-8)        Example 5: (correct)                tofl( 3*x+1/3 )

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?