{"id":27040066,"url":"https://github.com/cuadernin/sqrtsimulation","last_synced_at":"2026-04-12T09:49:06.464Z","repository":{"id":240263919,"uuid":"335786447","full_name":"Cuadernin/sqrtsimulation","owner":"Cuadernin","description":"Computes the nth root using Monte Carlo simulation","archived":false,"fork":false,"pushed_at":"2021-06-19T03:54:46.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-05-17T16:59:19.691Z","etag":null,"topics":["dart","montecarlo","montecarlo-simulation","nth-root","simulation","square-root"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Cuadernin.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-03T23:47:53.000Z","updated_at":"2024-05-17T16:59:21.673Z","dependencies_parsed_at":"2024-05-17T16:59:21.394Z","dependency_job_id":"53dc522f-943c-43bc-aece-42921469bce8","html_url":"https://github.com/Cuadernin/sqrtsimulation","commit_stats":null,"previous_names":["cuadernin/sqrtsimulation"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cuadernin%2Fsqrtsimulation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cuadernin%2Fsqrtsimulation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cuadernin%2Fsqrtsimulation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Cuadernin%2Fsqrtsimulation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Cuadernin","download_url":"https://codeload.github.com/Cuadernin/sqrtsimulation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247284931,"owners_count":20913690,"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":["dart","montecarlo","montecarlo-simulation","nth-root","simulation","square-root"],"created_at":"2025-04-05T03:27:40.653Z","updated_at":"2026-04-12T09:49:01.409Z","avatar_url":"https://github.com/Cuadernin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nth root simulation\nComputes the nth root using monte carlo simulation in Python (GUI).\n## Problem to solve 📄\nSince we need to find the umpteenth root of any number, then, be n the number to calculate, we create an interval [0, p] where p belongs to [sqrt (n-1), sqrt (n+1)]. We simulate the throwing of N darts in the initial interval and return the ratio of darts that belongs to interval where p is. That ratio is the searched value.\n## Input 📋\n* Numero de dardos: _number of darts_\n* Numero a aproximar: _number to which the root will be calculated_\n* Indice de la raiz: _root grade_\n* Grafica: _graph_\n* Error porcentual: _percentage error_\n## Output 📦\n* La aproximacion es: _Simulated value_\n* Error porcentual: _percentage error_\n* Valor real: _real value_\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuadernin%2Fsqrtsimulation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcuadernin%2Fsqrtsimulation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuadernin%2Fsqrtsimulation/lists"}