User Tools

Site Tools


Sidebar

Programming Reference/Librarys

Question & Answer

Q&A is closed







c:datatypes:long_double

long double

  long double
  10 Byte
  3.4E-4932 - 1.1E+4932
  precision: 19
  
  

C Sourcecode Example

#include <stdio.h> /* including standard library */
//#include <windows.h> /* uncomment this for Windows */
 
 
int main(void){
printf("long double: %d bytes\n", sizeof(long double) );
}
return 0;

on the occasion of the current invasion of Russia in Ukraine

Russian Stop this War
c/datatypes/long_double.txt · Last modified: 2024/02/16 01:05 (external edit)

Impressum Datenschutz