c++ 中科学和工程符号中的 Flex 实数类型定义

发布于 2024-10-31 02:25:03 字数 122 浏览 0 评论 0原文

我正在定义一个真实类型,并且使用 strtod 进行指数方式,尽管未经测试并且并不真正知道它是否有效,但更重要的是我想知道是否有任何内置函数,例如用于工程符号的 strtod如果没有,我该怎么做?

提前致谢, 马丁

I'm defining a real type and I'm using strtod for the exponential way even though is untested and don't really know if it works but more imporantly I would like to know if there is any built in function like strtod for engineering notation and if there isn't, how can I do it?

Thanks in advance,
Martin

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

水中月 2024-11-07 02:25:03

strtod 理解指数表示法。参见,例如, http://pubs.opengroup.org/onlinepubs/009695399/functions /strtod.html

strtod understands exponential notation. See, e.g., http://pubs.opengroup.org/onlinepubs/009695399/functions/strtod.html .

〆一缕阳光ご 2024-11-07 02:25:03

带有 %g%G 格式说明符的 scanf() 怎么样(取决于您在数字中使用 e 还是 E)?

How about scanf() with the %g or %G format specifier (depending on whether you use e or E in your numbers)?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文