由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - functional notation type casting
相关主题
问题: C++ static_cast between int and float请教关于float的精度和比较
有关objec access path的问题Any difference between class and typename identifier?
请问c语言中double cast成float 会损失多少精度Which Big Oh notation are you, 2^n , n*n, n or log(n) ?
请教个static_cast vs reinterpret_cast的问题。有谁看过youtube上的算法课吗?
const_cast问题最短路的算法复杂度问题
c++ cast problemRE: functional programming? English grammar error
c++ 中如何把str转换为float?读paper读到一个人名:John B Goodenough
[合集] 问两个C++面试题目, 请指点, 谢谢 (转载)scala for comprehension 不支持 let
相关话题的讨论汇总
话题: float话题: gdb话题: notation
进入Programming版参与讨论
1 (共1页)
g*********s
发帖数: 1782
1
isn't float(7.2) the same as (float)7.2 in c++ now?
(gdb) p float(7.2)
A syntax error in expression, near `7.2)'.
(gdb) p (float)7.2
$3 = 7.19999981
gdb 6.8, gcc 4.2.4.
1 (共1页)
进入Programming版参与讨论
相关主题
scala for comprehension 不支持 letconst_cast问题
monad抽象程度有点高c++ cast problem
C++ set ctor的疑问c++ 中如何把str转换为float?
scala基本是死了。clojure还有戏么[合集] 问两个C++面试题目, 请指点, 谢谢 (转载)
问题: C++ static_cast between int and float请教关于float的精度和比较
有关objec access path的问题Any difference between class and typename identifier?
请问c语言中double cast成float 会损失多少精度Which Big Oh notation are you, 2^n , n*n, n or log(n) ?
请教个static_cast vs reinterpret_cast的问题。有谁看过youtube上的算法课吗?
相关话题的讨论汇总
话题: float话题: gdb话题: notation