Skip to content
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

Values for plotting a function. #21

Open
mertsalovda opened this issue Jan 9, 2021 · 0 comments
Open

Values for plotting a function. #21

mertsalovda opened this issue Jan 9, 2021 · 0 comments

Comments

@mertsalovda
Copy link

Hello!
You made a cool service!

Please consider my idea.

The user needs to build a graph of the function, he makes a request, where he indicates the range of values of X, the step of changing the values and the function f(x).
In response, the user receives a set of points for plotting a graph.

For example.
I'm writing a query like: /values/{startValue}:{endValue}:{step}|{f(x)}
I get the answer:
{
"operation": "values",
"expression": "f(x)",
"points": [
"point": {"x": 2, "y": 4],
"point": {"x": 1, "y": 1]
]
}

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

No branches or pull requests

1 participant