Resultados 1 al 2 de 2

Tema: Funcion exponecial

Ver modo hilado

  1. #1
    Leecher Avatar de cristianoluisangel
    Pais
    Afganistan
    Bandera
    Ingreso
    Oct 2016
    Género
    Agradecer
    0
    Agradecido 2 veces en 1 posteo

    Funcion exponecial

    include <stdio.h>
    #include <stdlib.h>

    int main(void)
    {
    * *double x;
    * *double term;
    * *int i;
    * *
    * *x = 10.0;
    * *i = 0;
    * *for (term = 1.0; term > 0.001; term *= x / i){
    * * * printf("T<%d> == %12.4f\n", i, term);
    * * * i++;
    * *}
    * *
    * *return EXIT_SUCCESS;
    }




    Enviado desde mi LG-K580 mediante Tapatalk

  2. Los siguientes 2 usuarios agradecieron a cristianoluisangel por este aporte:

    darkkness (14 08 2023),Luisfecab (22 10 2016)

Permisos de publicación

  • No puedes crear nuevos temas
  • No puedes responder temas
  • No puedes subir archivos adjuntos
  • No puedes editar tus mensajes
  •