Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

arfrhmd/calculus-calculator

Repository files navigation

Apa itu Kalkulator Kalkulus? / What is it?

Aplikasi ini dibuat untuk menghitung rumus kalkulus (berbasis web) yang diprogram menggunakan bahasa pemrograman Python dengan bantuan framework Django. / This app has been created for calculate the calculus formula (web-based) that coded by Python programming language with Django framework.

Fitur-fitur / Features

  • Turunan / Derivative
    • Dasar / Basic
    • Trigonometri / Trigonometric
  • Persamaan Kuadrat / Quadratic Equation

Contoh Penggunaan / How to use?

No Format Penulisan
1 $x^{2}$ x**2
2 $2x$ 2*x
3 $\cos \left( x \right)$ cos(x)
4 $\cos^{6}{\left( x \right)}$ cos(x)**6
5 $\sin^{6}{\left(2 x \right)}$ sin(2*x)**6
6 $x^{2} + 2x - 10$ x**2 + 2*x - 10
7 $2 \sin^{3}{\left(2 x \right)}$ 2 * sin(2*x)**3

Lisensi / License

Dilisensikan dibawah Educational Community License. Lihat file LICENSE untuk informasi lebih lanjut. / Licensed under Educational Community License. See LICENSE for more information.

About

Aplikasi untuk menghitung rumus kalkulus berbasis web

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors