2005年11月08日 星期二 18:41
有什么代码计算sin, cos, arctan?
2005年11月08日 星期二 18:48
import math math.sin(232) 在05-11-8,Shi Mu <samrobertsmith at gmail.com> 写道: > > 有什么代码计算sin, cos, arctan? > > _______________________________________________ > Python中文技术讨论邮件列表 > 发言: 发邮件到 python-chinese at lists.python.cn > 订阅: 发送 subscribe 到 python-chinese-request at lists.python.cn > 退订: 发送 unsubscribe 到 python-chinese-request at lists.python.cn > 详细说明: http://python.cn/mailman/listinfo/python-chinese > > -- 理想,快乐,生活,勇气! 庞胜利<shenglipang at gmail.com> -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.exoweb.net/pipermail/python-chinese/attachments/20051108/f39550f8/attachment.htm
2005年11月08日 星期二 18:51
在 05-11-8,Shi Mu<samrobertsmith at gmail.com> 写道: > 有什么代码计算sin, cos, arctan? Python的附带的包中有,请查一下Python的文档。 -- Best Regards, mep
2005年11月09日 星期三 13:16
全在math包里面: from math import * x=sin(pi/2) 也可以安装扩展包Numeric,numarray效率高些,不过也复杂些 在 2005年11月8日 星期二 18:51,kebo wang 写道: > 在 05-11-8,Shi Mu<samrobertsmith at gmail.com> 写道: > > > 有什么代码计算sin, cos, arctan? > > Python的附带的包中有,请查一下Python的文档。 > > -- > Best Regards, > mep
Zeuux © 2025
京ICP备05028076号