stdlib
stdlib copied to clipboard
[RFC]: add support for computing the secant (sec)
Checklist
Please ensure the following tasks are completed before submitting a feature request.
- [x] Read and understood the Code of Conduct.
- [x] Searched for existing issues and pull requests.
- [x] The issue name begins with
RFC:
.
Description
Description of the feature request.
This RFC proposes adding support for computing the secant. The initial implementation is straightforward:
return 1.0 / cos( x );
Package: @stdlib/math/base/special/sec
Alias: base.sec
Related Issues
Does this feature request have any related issues?
No.
Questions
Any questions for reviewers?
No.
Other
Any other information relevant to this feature request? This may include screenshots, references, sample output, and/or implementation notes.
Reference implementations:
Would be great if you could assign this to me. The other mathematical functions seem like low hanging fruit too but it would be better to knock out one first.
Awesome, thanks for your willingness to work on this! Just assigned you.
@Tranced See acoth
for a package on which you can model your implementation.
Unassigning this issue so other contributors can feel free to work on this.
Can I work on this?
@yashshah1 Sure! Go for it! Feel free to ping here or on Gitter if you encounter any issues or have any questions!
I am interested to work on this issue under Quine. So please assign me this task to me.
@kgryte @Planeshifter assign this issue to me please
@fady228 Sure, thanks for looking into adding this package!