由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 请问c语言中double cast成float 会损失多少精度
相关主题
请教关于float的精度和比较functional notation type casting
问题: C++ static_cast between int and float请教个static_cast vs reinterpret_cast的问题。
double to float的精度损失?const_cast问题
A C++ runtime type casting questionc++ cast problem
this和&*this的区别c++ 中如何把str转换为float?
C 里面有办法永久改变一个指针的属性吗?[合集] 问两个C++面试题目, 请指点, 谢谢 (转载)
国内的编程论坛很不自由static function and static variable?
有关objec access path的问题今天看一段spark程序快吐了
相关话题的讨论汇总
话题: float话题: double话题: cast
进入Programming版参与讨论
1 (共1页)
p*******n
发帖数: 273
1
用到的一些c库函数参量为double 指针,用得时候要把原始float数据转为double类型,
用完之后还要转回来. 直接cast float指针就出错.
不知道这样做的话,精度会损失多少.
这种情况有其他的好办法么?
多谢了
X****r
发帖数: 3557
2
google IEEE 754

【在 p*******n 的大作中提到】
: 用到的一些c库函数参量为double 指针,用得时候要把原始float数据转为double类型,
: 用完之后还要转回来. 直接cast float指针就出错.
: 不知道这样做的话,精度会损失多少.
: 这种情况有其他的好办法么?
: 多谢了

1 (共1页)
进入Programming版参与讨论
相关主题
今天看一段spark程序快吐了this和&*this的区别
数值计算里的几个损失精度的操作C 里面有办法永久改变一个指针的属性吗?
[合集] 关于浮点数计算和underflow国内的编程论坛很不自由
如何实现微秒精度的time stamp有关objec access path的问题
请教关于float的精度和比较functional notation type casting
问题: C++ static_cast between int and float请教个static_cast vs reinterpret_cast的问题。
double to float的精度损失?const_cast问题
A C++ runtime type casting questionc++ cast problem
相关话题的讨论汇总
话题: float话题: double话题: cast