test_pow
来自「reduced python source for embedded apps」· 代码 · 共 30 行
TXT
30 行
test_powTesting integer mode... Testing 2-argument pow() function... Testing 3-argument pow() function...Testing long integer mode... Testing 2-argument pow() function... Testing 3-argument pow() function...Testing floating point mode... Testing 3-argument pow() function...The number in both columns should match.3 3-5 -5-1 -15 5-3 -3-7 -73L 3L-5L -5L-1L -1L5L 5L-3L -3L-7L -7L3.0 3.0-5.0 -5.0-1.0 -1.0-7.0 -7.0
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?