mlextended_double (C 函数)
是一种 WSTP 类型,表示一个扩展精度浮点数.
更多信息
- 如果你的计算机系统和编译器支持扩展精度浮点数,那么 mlextended_double 是一个 C long double.
- 在不支持 C long double 的计算机系统,mlextended_double 是一个 struct{unsigned short arr[5];}.
- WSTP 标头文件 wstp.h 已对 mlextended_double 作出声明.
参见
C 函数: WSGetReal128() WSPutReal128()
相关指南
历史
2007年引入 (6.0)