Jan-Sandr / Grafer

2 stars 1 forks source link

[App] Implement logarithm #156

Closed Jan-Sandr closed 2 years ago

Jan-Sandr commented 2 years ago

Story:

Logarithm is last expression which is actually missing in application. Lets add them to complete this segment of application. It will be quite similar like other expressions like power or nth root. Write style will be like this: log[base](content) square brackets will be used to base and classic brackets for content. Also don't forget to support natural logarithm.

To do: