Skip to content

Wolwer1nE/cp_lesson4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniMaple

Write the symbolic diff function

Example:

4*x^3, x //=> 12*x^2

4*x^3, y // => 0

4*x^3-x^2, x //=> 12*x^2 - 2*x 

Allowed operations are +, -,* and ^.

The program has to handle polynomials, other functions are optional.

Any other operation should lead to an error.

Use TDD!

UI

Implement minimalistic UI: input field, resulting text and a button to run it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published