We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52c55d7 commit b15f6adCopy full SHA for b15f6ad
NEWS.md
@@ -38,6 +38,8 @@ New library functions
38
* New function `Base.Threads.foreach(f, channel::Channel)` for multithreaded `Channel` consumption. ([#34543]).
39
* `Iterators.map` is added. It provides another syntax `Iterators.map(f, iterators...)`
40
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]).
43
44
New library features
45
--------------------
doc/src/base/math.md
@@ -67,6 +67,7 @@ Base.Math.cosd
67
Base.Math.tand
68
Base.Math.sinpi
69
Base.Math.cospi
70
+Base.Math.sincospi
71
Base.sinh(::Number)
72
Base.cosh(::Number)
73
Base.tanh(::Number)
0 commit comments