⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 isfinite.h

📁 密码大家Shoup写的数论算法c语言实现
💻 H
字号:
#ifndef NTL_IsFinite__H#define NTL_IsFinite__H#include <NTL/config.h>#if (defined(__cplusplus) && !defined(NTL_CXX_ONLY))extern "C" {#endiflong _ntl_IsFinite(double *p);/* This forces a double into memory, and tests if it is "normal";   that means, not NaN, not +/- infinity, not denormalized, etc.   Forcing into memory is sometimes necessary on machines    with "extended" double precision registers (e.g., Intel x86s)   to force the standard IEEE format. */void _ntl_ForceToMem(double *p);/* This is do-nothing routine that has the effect of forcing   a double into memory (see comment above). */#if (defined(__cplusplus) && !defined(NTL_CXX_ONLY))}#endif#endif

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -