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

📄 closetot.c

📁 seismic software,very useful
💻 C
字号:
/* Copyright (c) Colorado School of Mines, 1990./* All rights reserved.                       *//* Test CLOSETO macro in cwp.h */#include "cwp.h"main(void){	float x = 1.0;	float y = 1.0 + 2.0*FLT_EPSILON;	float z = 1.0 + 0.5*FLT_EPSILON;	if (CLOSETO(x,y)) printf("CLOSETO bombed\n");	if (!CLOSETO(x,z)) printf("CLOSETO bombed\n");	printf("Silence is Golden\n");	return EXIT_SUCCESS;}

⌨️ 快捷键说明

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