代码搜索:float
找到约 10,000 项符合「float」的源代码
代码结果 10,000
www.eeworm.com/read/398260/7996601
h float.h
www.eeworm.com/read/296805/8076370
htm float.htm
/* float.c: Illustrates floating-pt. limits */
#include <stdio.h>
#include <float.h>
int main() {
printf("radix: %d\n", FLT_RADIX);
printf("floa
www.eeworm.com/read/296805/8076375
c float.c
/* float.c: Illustrates floating-pt. limits */
#include
#include
int main()
{
printf("radix: %d\n", FLT_RADIX);
printf("float: %d radix digits\n",FLT_MANT_DIG);
www.eeworm.com/read/247262/12670423
h float.h
www.eeworm.com/read/143641/12855284
c float.c
www.eeworm.com/read/143631/12855638
h float.h
www.eeworm.com/read/329670/12939539
h float.h
/* float.h
* Copyright (c) 1990 Intel Corporation, ALL RIGHTS RESERVED.
*
* float.h - limits for floating types
*/
#ifndef _floath
#define _floath
#define FLT_RADIX 2 /* radix
www.eeworm.com/read/243090/12965301
h float.h
www.eeworm.com/read/243006/12969212