{"id":13607648,"url":"https://github.com/tranleduy2000/ncalc","last_synced_at":"2025-04-12T14:31:01.561Z","repository":{"id":47727016,"uuid":"89260028","full_name":"tranleduy2000/ncalc","owner":"tranleduy2000","description":"Power calculator for Android. Solve some problem algebra  and calculus.","archived":true,"fork":false,"pushed_at":"2021-05-22T17:48:12.000Z","size":177471,"stargazers_count":681,"open_issues_count":41,"forks_count":157,"subscribers_count":40,"default_branch":"master","last_synced_at":"2024-11-07T13:37:10.945Z","etag":null,"topics":["algebra","android","calculator","calculus","equation","ncalc"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tranleduy2000.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-04-24T15:58:07.000Z","updated_at":"2024-11-02T22:26:55.000Z","dependencies_parsed_at":"2022-09-05T17:40:47.172Z","dependency_job_id":null,"html_url":"https://github.com/tranleduy2000/ncalc","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tranleduy2000%2Fncalc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tranleduy2000%2Fncalc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tranleduy2000%2Fncalc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tranleduy2000%2Fncalc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tranleduy2000","download_url":"https://codeload.github.com/tranleduy2000/ncalc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248581049,"owners_count":21128095,"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":["algebra","android","calculator","calculus","equation","ncalc"],"created_at":"2024-08-01T19:01:20.430Z","updated_at":"2025-04-12T14:31:01.556Z","avatar_url":"https://github.com/tranleduy2000.png","language":"Java","funding_links":[],"categories":["Java"],"sub_categories":[],"readme":"![Wallpaper](art/wallpaper.png)\n\n# Calculator N+ - Powerful calculator for Android. \n\n## Overview\nThis is a powerful android calculator that contains most of the features needed. The power of the application is through the use of the [Symja library](https://github.com/axkr/symja_android_library). The results are displayed by Latex. This project is an open source project that allows people to study, ad-free application.\n\nGet lite version in Google Play Store\n\n\u003ca href=\"https://play.google.com/store/apps/details?id=com.duy.calculator.free\"\u003e\n\u003cimg src=\"https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png\" width=\"150\"\u003e\u003c/a\u003e\n\n## How to build this source by using Android Studio\n\n1. Clone project, Select ``File``-\u003e``New``-\u003e``Project from Version Control``-\u003e``GitHub``\n2. Select and build module **app**\n\n## Screenshot\n\n\u003cimg src=\"art/screenshot/Screenshot_20170815-135135_framed.png\" width=\"400\"\u003e \u003cimg src=\"art/screenshot/Screenshot_20170815-135150_framed.png\" width=\"400\"\u003e\n\n## ALGEBRA\n\n\t1. Computer science\n\t2. Solving the equation:\n\t3. Solve system equations\n\t4. Graphing\n\t6. Unit Conversions\n\t8. Simplify expressions\n\t9. Polynomial factorization.\n\t10. Binomial expansion Newton\n\t11. Matrix\n\n## ANALYTICS\n\n\t1. Derivative\n\t2. Antiderivative\n\t3. Definite integrals\n\t4. Find the limit of the sequence, function\n\n## TRIGONOMETRIC\n\n\t1. Trigonometric expand: sin(2x) -\u003e 2sin(x)cos(x)\n\t2. Trigonometric reduce: 2sin(x)cos(x) -\u003e sin(2x)\n\t3. Trigonometric to exponent: sinh(x) -\u003e (e^x-e^(-x))/2\n\n## DETERMINATION OF STATISTICS\n\n\t1. Combination\n\t2. Permutation\n\n## SOME OTHER FEATURES\n\n\t1. Prime factors\n\t2. Modulo\n\t3. Catalan number\n\t4. Fibonacci number\n\t5. Pi number\n\n## Note\n\nThe Calculator does not show the steps to solve the equations, system of equations, derivative... but only for the final result.\nEnter Sin(30°) to calculate sine Degree mode\n\nThe computer can work in two modes:\n- \tDecimal mode: 0.12312312323\n- \tMode fractions: for results with arbitrary precision, for example 9^99999\n\n## License GNU GPL 3.0\n### Any user re-publish this app on Google Play without open source project will be reported.\n\n\tCopyright 2017 Tran Le Duy\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see \u003chttp://www.gnu.org/licenses/\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftranleduy2000%2Fncalc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftranleduy2000%2Fncalc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftranleduy2000%2Fncalc/lists"}