Metadata-Version: 2.1
Name: dscal
Version: 3.1.4
Summary: Package for quick solutions to calculus problems with assistance for python programs[console or gui(tkinter)]
Home-page: https://sites.google.com/view/dscal3/home
Author: Dhruv Sehwal
Author-email: zarexdhruv@gmail.com
License: MIT
Platform: UNKNOWN
Requires-Dist: matplotlib
Requires-Dist: numexpr
Requires-Dist: sympy

dscal 3.1.4
==================================

A library for all sort of calculus problems and graphing solutions.

Get instant results with fewer lines of code and more readability.

For any query contact zarexdhruv@gmail.com or get help from

https://sites.google.com/view/dscal3/home

===================================



Change log

========================================

Latest release 

3.1.4 (07/06/2021)

-dscal
 library is re-implemented from scratch to increase the code efficiency and speed
 without difficult syntaxes or errors.

========================================

-class calculus
 This class is now part of the root module in the library , hence does not require
 importing it exclusively.

-GUI usage
 This implementation is now a part of module dscal.gui .

 -class tkcal
  This class provide methods for integrating graph/plot obtained by plot() and plot3d()
  methods of class calculus by graph() and graph3d() .

-module dscal.tools
 This module contains all the utilities reuired by package. 

