Skip to content

Add functions or/and tables #19

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
Kedap opened this issue Mar 10, 2022 · 1 comment
Open

Add functions or/and tables #19

Kedap opened this issue Mar 10, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@Kedap
Copy link

Kedap commented Mar 10, 2022

I think it would be amazing if you could do things like:

myfancyfunction = f(x) -> x+1
myfancyfunction.start = 1
myfancyfunction.end = 5
myfancyfunction.step = 1

myfancyfunction

| x |      f(x)      |
----------------------
| 1 |       2        |
| 2 |       3        |
| 3 |       4        |
| 4 |       5        |
| 5 |       6        |
@erhanbaris erhanbaris added the enhancement New feature or request label Mar 10, 2022
@erhanbaris
Copy link
Owner

It could be nice to have more functionality to define/use functions but we need to have a proper design for function call and definition. I am planning to add some predefined functions (like sin, avg, min, max so on.)
Also, I would like to keep calculation syntax simple and easy for everyone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants