如何在批处理文件中使用 PI
我正在尝试编写一个批处理文件,以便它执行我使用不同参数执行的程序。这些论据之一通常是 PI 数字。
我怎样才能得到数字Pi?
谢谢!
I am trying to write a batch file so it executes a program I did with different arguments. One of those arguments is often the number PI.
How can I get the number Pi?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设“批处理文件”是指 Windows 批处理文件。
PI 没有预定义常量,因此您需要将其硬编码到批处理文件中:
I assume with "batch file" you mean a Windows batch file.
There is no pre-defined constant for PI, so you need to hardcode that into the batchfile: