File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ New library functions
38
38
* New function ` Base.Threads.foreach(f, channel::Channel) ` for multithreaded ` Channel ` consumption. ([ #34543 ] ).
39
39
* ` Iterators.map ` is added. It provides another syntax ` Iterators.map(f, iterators...) `
40
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 ] ).
41
43
42
44
New library features
43
45
--------------------
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ Base.Math.cosd
67
67
Base.Math.tand
68
68
Base.Math.sinpi
69
69
Base.Math.cospi
70
+ Base.Math.sincospi
70
71
Base.sinh(::Number)
71
72
Base.cosh(::Number)
72
73
Base.tanh(::Number)
You can’t perform that action at this time.
0 commit comments