YSTest  PreAlpha_b400_20130424
The YSLib Test Project
 全部  命名空间 文件 函数 变量 类型定义 枚举 枚举值 友元 宏定义  
ystdex::fixed_multiplicative< _type > 模板结构体 参考

定点数乘除法中间类型。 更多...

#include <rational.hpp>

Public 类型

typedef make_signed_c
< typename
make_fixed_width_int
< integer_width< _type >
::value<< 1 >::type,
std::is_signed< _type >::value >
::type 
type
 

详细描述

template<typename _type>
struct ystdex::fixed_multiplicative< _type >

定点数乘除法中间类型。

自从
build 260
待办事项:
保持 64 位类型精度。

在文件 rational.hpp61 行定义.

成员类型定义说明

template<typename _type >
typedef make_signed_c<typename make_fixed_width_int< integer_width<_type>::value << 1>::type, std::is_signed<_type>::value>::type ystdex::fixed_multiplicative< _type >::type

在文件 rational.hpp65 行定义.


该结构体的文档由以下文件生成: