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

📄 fn_sqrt.cpp

📁 浮点数基本运算 浮点数的基本运算主要有四则运算、符号处理、大小比较
💻 CPP
字号:
#include "../fn.hpp"

#include <cstdio>
#include <cstdlib>
using namespace std;

struct three
{
  static const double f_val = 1E-11;
};

int main()
{
  printf ("%1.17lf\n", btil::fn::sqrt<three>::value::f_val);

  //  system ("pause");
  return 0;
}

⌨️ 快捷键说明

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