6 kyu
Taylor's Sine Approximation: How Many Terms?
95bonelli
Loading description...
Fundamentals
View
This comment has been reported as {{ abuseKindText }}.
Show
This comment has been hidden. You can view it now .
This comment can not be viewed.
- |
- Reply
- Edit
- View Solution
- Expand 1 Reply Expand {{ comments?.length }} replies
- Collapse
- Spoiler
- Remove
- Remove comment & replies
- Report
{{ fetchSolutionsError }}
-
-
Your rendered github-flavored markdown will appear here.
-
Label this discussion...
-
No Label
Keep the comment unlabeled if none of the below applies.
-
Issue
Use the issue label when reporting problems with the kata.
Be sure to explain the problem clearly and include the steps to reproduce. -
Suggestion
Use the suggestion label if you have feedback on how this kata can be improved.
-
Question
Use the question label if you have questions and/or need help solving the kata.
Don't forget to mention the language you're using, and mark as having spoiler if you include your solution.
-
No Label
- Cancel
Commenting is not allowed on this discussion
You cannot view this solution
There is no solution to show
Please sign in or sign up to leave a comment.
Great mathematical kata to understand, not so easy at first.
Tests shouldn't log anything to the console.
Moved details for each example test to comments by the example test. Thanks for the feedback!
the plot looks kinda bad on dark theme.
Hi,
Nice description and figure. On the other end:
I'm not entirely sure this isn't a duplicate tho (there are already several kata about Taylor series, iirc)
Cheers
Hi!
Thanks for the feedback! This is my first kata so I was a little unsure about the test case syntax and best usage so I appreciate the advice!
I have moved the expected output for the example cases just to comments in the example test cases themselves for the time being. I have also copied the example cases to the validation test cases. Thank you for catching those.
As for duplicate kata, I'm not sure I've been able to find duplicates, but if you do find one please do share. https://www.codewars.com/kata/530a59904beff5e6bc000046 is in Ruby and doesn't use Taylor series, and https://www.codewars.com/kata/5db2e08962f03600188654ad is in haskell/js and somewhat different in scope. It certainly seems like the kind of kata that should already exist.