Skip to content

[GSoC] Functions: Fixes limit evaluations related to trigonometric functions#19916

Merged
jksuom merged 3 commits into
sympy:masterfrom
sachin-4099:gsoc#14
Aug 8, 2020
Merged

[GSoC] Functions: Fixes limit evaluations related to trigonometric functions#19916
jksuom merged 3 commits into
sympy:masterfrom
sachin-4099:gsoc#14

Conversation

@sachin-4099

Copy link
Copy Markdown
Contributor

Fixes: #19770

Brief description of what is fixed or changed

Adds _eval_nseries function to sin and cos.
Adds a piece of code to cos.eval in order to handle the non-zero case.

Other Comments

Regression Tests have been added.

Release Notes

  • functions
    • Adds _eval_nseries function to sin and cos.

@sympy-bot

sympy-bot commented Aug 7, 2020

Copy link
Copy Markdown

Hi, I am the SymPy bot (v160). I'm here to help you write a release notes entry. Please read the guide on how to write release notes.

Your release notes are in good order.

Here is what the release notes will look like:

This will be added to https://github.com/sympy/sympy/wiki/Release-Notes-for-1.7.

Note: This comment will be updated with the latest check if you edit the pull request. You need to reload the page to see it.

Click here to see the pull request description that was parsed.

Fixes: #19770

#### Brief description of what is fixed or changed

Adds `_eval_nseries` function to `sin` and `cos`.
Adds a piece of code to `cos.eval` in order to handle the `non-zero` case.


#### Other Comments
Regression Tests have been added.


#### Release Notes


<!-- BEGIN RELEASE NOTES -->
* functions
  * Adds `_eval_nseries` function to `sin` and `cos`.
<!-- END RELEASE NOTES -->

Update

The release notes on the wiki have been updated.

@codecov

codecov Bot commented Aug 7, 2020

Copy link
Copy Markdown

Codecov Report

Merging #19916 into master will increase coverage by 0.034%.
The diff coverage is 100.000%.

@@              Coverage Diff              @@
##            master    #19916       +/-   ##
=============================================
+ Coverage   75.778%   75.812%   +0.034%     
=============================================
  Files          668       668               
  Lines       173216    173237       +21     
  Branches     40837     40841        +4     
=============================================
+ Hits        131261    131336       +75     
+ Misses       36221     36174       -47     
+ Partials      5734      5727        -7     

@jksuom

jksuom commented Aug 8, 2020

Copy link
Copy Markdown
Member

Thanks, looks good.

@jksuom jksuom merged commit 1b9a569 into sympy:master Aug 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Limit involving cosine

3 participants