Skip to content

Commit b15f6ad

Browse files
authored
Add news and manual entry for sincospi (#36403)
1 parent 52c55d7 commit b15f6ad

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

NEWS.md

+2
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ New library functions
3838
* New function `Base.Threads.foreach(f, channel::Channel)` for multithreaded `Channel` consumption. ([#34543]).
3939
* `Iterators.map` is added. It provides another syntax `Iterators.map(f, iterators...)`
4040
for writing `(f(args...) for args in zip(iterators...))`, i.e. a lazy `map` ([#34352]).
41+
* New function `sincospi` for simultaneously computing `sinpi(x)` and `cospi(x)` more
42+
efficiently ([#35816]).
4143

4244
New library features
4345
--------------------

doc/src/base/math.md

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ Base.Math.cosd
6767
Base.Math.tand
6868
Base.Math.sinpi
6969
Base.Math.cospi
70+
Base.Math.sincospi
7071
Base.sinh(::Number)
7172
Base.cosh(::Number)
7273
Base.tanh(::Number)

0 commit comments

Comments
 (0)