Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.
/ fkalculus Public archive

A simple formal calculus program made in kotlin. Mirror

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.txt
Unknown
LICENSE-fr.txt
Notifications You must be signed in to change notification settings

Gumichan01/fkalculus

Repository files navigation

FKalculus

FKalculus is a simple formal mathematical calculus program made in Kotlin.

Disclaimer: This program is still in development and is unstable. Please do not use it in production.

Features

  • Basic calculation expressions
  • Variable substitution
  • Simplify expressions - TODO
  • Calculate derivative of a function - TODO
  • Primitive integral of a function - TODO
  • Resolve simple equations - TODO

Build

You need a Kotlin compiler on your machine.

With an IDE

If you use an IDE (Eclipse, IntelliJ, ...) make sure you have the Kotlin plugin installed.

From scratch

Clone this repository and execute the following comands:

mvn clean package
./fkalculus.sh      // Launch the program

On Windows, an executable file is generated (fkalculus.exe). You can double-click on it in order to launch it.

Dependencies

FKalculus uses JUnit 5, kotlin-argparser, better-parse and Mockito-Kotlin.

The Windows packaging is done with Launch4J.

License

This software is Licensed under the CeCILL v2.1 license.

About

A simple formal calculus program made in kotlin. Mirror

Topics

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.txt
Unknown
LICENSE-fr.txt

Stars

Watchers

Forks

Packages

No packages published