Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
gcc compiler code for delay
//gcc 5.4.0 #include <stdio.h> double powern(double d,unsigned n) { double x=1.0; unsigned j; for(j=1;j<=n;j++) x*=d; return x; } int main(void) { double sum=0.0; unsigned i; for(i=1;i<=100000000;i++) { sum+=powern(i,i%5); } printf("Sum=%g\n",sum); return 0; }
run
|
edit
|
history
|
help
1
bitmask2
B_141104_NotaInterroganteDosPuntos
FahrenheitToCelcius
C_141210_Funciones
print name
pth_trap.c
USO DEL strrchr()
MATRICES DE CADENAS CON PUNTEROS
Project 5 v.08
Spring 2017 Project 2 v1.3