2006年10月31日 星期二 13:42
-------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20061031/e4189991/attachment.html
2006年10月31日 星期二 13:42
x**n -- http://codeplayer.blogspot.com/ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20061031/fa5c8559/attachment.html
2006年10月31日 星期二 13:44
ÕýÕûÊý£¬¸ºÊý£¬ÊµÊý£¬¸´Êý¶¼¿ÉÒÔ¡£ >>> 2**3 8 >>> 3**2.5 15.588457268119896 >>> 4.4**2 19.360000000000003 >>> 2.3**1.5 3.4881227042637128 >>> 1.1**-1.2 0.89192590520569481 >>> (3+9j)**(6+3j) (-1833.1656573699966+17095.58152439287j) ÔÚ06-10-31£¬ÍõÃ÷ <mingwang在iflytek.com> дµÀ£º > > > > _______________________________________________ > python-chinese > Post: send python-chinese在lists.python.cn > Subscribe: send subscribe to python-chinese-request在lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request在lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > -- »¶Ó·ÃÎÊ£º http://blog.csdn.net/ccat ÁõöÎ March.Liu -------------- 下一部分 -------------- Ò»¸öHTML¸½¼þ±»ÒƳý... URL: http://python.cn/pipermail/python-chinese/attachments/20061031/7ca9aa84/attachment.htm
2006年10月31日 星期二 17:42
pow(x,n) = x**n pow(x,n,y) = (x**n)%y 在06-10-31,刘鑫 <march.liu at gmail.com> 写道: > > 正整数,负数,实数,复数都可以。 > >>> 2**3 > 8 > >>> 3**2.5 > 15.588457268119896 > >>> 4.4**2 > 19.360000000000003 > >>> 2.3**1.5 > 3.4881227042637128 > >>> 1.1**-1.2 > 0.89192590520569481 > >>> (3+9j)**(6+3j) > (-1833.1656573699966+17095.58152439287j) > > 在06-10-31,王明 <mingwang at iflytek.com > 写道: > > > > > > > > _______________________________________________ > > python-chinese > > Post: send python-chinese at lists.python.cn > > Subscribe: send subscribe to python-chinese-request at lists.python.cn > > Unsubscribe: send unsubscribe to > > python-chinese-request at lists.python.cn > > Detail Info: http://python.cn/mailman/listinfo/python-chinese > > > > > > -- > 欢迎访问: > http://blog.csdn.net/ccat > > 刘鑫 > March.Liu > > _______________________________________________ > python-chinese > Post: send python-chinese at lists.python.cn > Subscribe: send subscribe to python-chinese-request at lists.python.cn > Unsubscribe: send unsubscribe to python-chinese-request at lists.python.cn > Detail Info: http://python.cn/mailman/listinfo/python-chinese > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://python.cn/pipermail/python-chinese/attachments/20061031/c186fea5/attachment.html
Zeuux © 2025
京ICP备05028076号