gpt4 book ai didi

lisp - float 的输出格式

转载 作者:太空宇宙 更新时间:2023-11-03 18:47:47 25 4
gpt4 key购买 nike

我正在使用 MIT/GNU Scheme。如果我计算两个整数的商,商是 float ,输出的不是 float ,而是两个数的表达式,比如:12222222222222232/2344444444412。如何获得浮点格式输出?

最佳答案

使用 exact->inexact功能:

(let ((x (/ 5 7)))
(let ((f (exact->inexact x)))
(display f)))

关于lisp - float 的输出格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4937168/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com