diff NEWS @ 29166:b58e3a04fab3

sinpi.m, cospi.m: New trigonometric functions (bug #59615) * scripts/elfun/cospi.m, scripts/elfun/sinpi.m: New functions. * scripts/elfun/module.mk: Add cospi.m, sinpi.m to build system. * NEWS: Add sinpi, cospi to list of new functions for 7.1. * arith.txi: Add @DOCSTRING entries for new functions to manual.
author Rik <rik@octave.org>
date Tue, 08 Dec 2020 11:13:26 -0800
parents f5e89a80ba8c
children 7d262c7f8b1d
line wrap: on
line diff
--- a/NEWS	Mon Dec 07 17:32:04 2020 -0800
+++ b/NEWS	Tue Dec 08 11:13:26 2020 -0800
@@ -178,6 +178,7 @@
 
 ### Alphabetical list of new functions added in Octave 7
 
+* `cospi`
 * `getpixelposition`
 * `endsWith`
 * `jsondecode`
@@ -188,6 +189,7 @@
 * `memory`
 * `ordqz`
 * `rng`
+* `sinpi`
 * `startsWith`
 * `streamribbon`
 * `xtickangle`