-
Notifications
You must be signed in to change notification settings - Fork 6
Calculate series atom #56
Comments
@levBagryansky what do you think about WolframAlpha syntax to use it instead of given string? For instanse,
|
@levBagryansky I think if you have posibilty to use strings what prevents us from writing like this |
What do you mean? The strings must be written by dedicated sample so "sin 10" would not compiled. |
@Graur May be it would be better to implement this in eo. Accuracy would be worse but we could give a function like this:
|
@levBagryansky Tailor series sounds good to me. But maybe we can read more about Chebyshev Polynomials first? Since this algorithm is used in Java and C libraries, as far as I know. |
@levBagryansky @Graur I like the idea, but I would call the atom |
@Graur please assign me |
@levBagryansky 4 puzzles #79, #81, #82, #83 are still not solved. |
@levBagryansky 3 puzzles #79, #81, #82 are still not solved; solved: #83. |
What if we introduce a new atom that calculates a series. So we could implement
sin
,cos
and and othe trigonometric functions via Taylor series. It would take a value and formula for coefficient of nth term. For example we could implement exp(x) by this:We need to give coefficient of nth term somehow.
@Graur @EugeneDar @includealex what do you think?
The text was updated successfully, but these errors were encountered: