{"id":24482268,"url":"https://github.com/ozzies-code/logc","last_synced_at":"2025-03-14T19:22:45.239Z","repository":{"id":184917204,"uuid":"672678493","full_name":"ozzies-code/logC","owner":"ozzies-code","description":"The following program allows you to work with mathematical functions such as the calculation of the logarithm of a number. For this, the math.h library in C is used.","archived":false,"fork":false,"pushed_at":"2023-07-30T22:28:45.000Z","size":25,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T12:13:10.629Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ozzies-code.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-30T22:22:30.000Z","updated_at":"2023-07-30T23:10:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"404543f3-8157-4cb6-8fe7-75ae843a02fa","html_url":"https://github.com/ozzies-code/logC","commit_stats":null,"previous_names":["ozzies-code/logc"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozzies-code%2FlogC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozzies-code%2FlogC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozzies-code%2FlogC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozzies-code%2FlogC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ozzies-code","download_url":"https://codeload.github.com/ozzies-code/logC/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243633028,"owners_count":20322520,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-21T12:13:16.663Z","updated_at":"2025-03-14T19:22:45.214Z","avatar_url":"https://github.com/ozzies-code.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# logC\nThe following program allows you to work with mathematical functions such as the calculation of the logarithm of a number. For this, the math.h library in C is used.\n\n#include \u003cstdio.h\u003e\n#include \u003cmath.h\u003e\nint main(int argc, char *argv[])\n{   \n  float f,x;\n  int x_positivo;\n  x_positivo = 0;  /*Inicializando a falso*/\n\n    while(!x_positivo) \n    {\n      printf(\"\\n Valor de x: \");\n      scanf(\"%f\", \u0026x);\n      x_positivo = (x \u003e 0.0); /*Asigna verdadero(1) si cumple la condicion */\n      \n    } \n\n    f = x*log(x);\n   printf(\" f(%.1f) = %.3e\", x,f);\n   printf(\"\\n\");\n  system(\"PAUSE\");\t\n  return 0;\n}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fozzies-code%2Flogc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fozzies-code%2Flogc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fozzies-code%2Flogc/lists"}