From f9430ef6f30738a5c1389c2d7392b3a9166644b5 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sat, 18 May 2024 00:35:51 +0000 Subject: [PATCH] Auto-generated commit --- LICENSE | 97 ++++++++++++++++++++++---------------- base/special/cot/README.md | 3 ++ base/special/csc/README.md | 5 +- 3 files changed, 64 insertions(+), 41 deletions(-) diff --git a/LICENSE b/LICENSE index 7bf459a9f..6c2f4543e 100644 --- a/LICENSE +++ b/LICENSE @@ -207,23 +207,6 @@ FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -* FreeBSD - -Copyright (C) 1993-2004 by Sun Microsystems, Inc. All rights reserved. - -Developed at SunPro, a Sun Microsystems, Inc. business. -Permission to use, copy, modify, and distribute this -software is freely granted, provided that this notice -is preserved. - -Developed at SunPro, a Sun Microsystems, Inc. business. -Permission to use, copy, modify, and distribute this -software is freely granted, provided that this notice -is preserved. - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ - * Cephes Copyright (c) 1984-2000 Stephen L. Moshier @@ -237,6 +220,15 @@ comes with no support or guarantee. Stephen L. Moshier moshier@na-net.ornl.gov +* FreeBSD + +Copyright (C) 1993-2004 by Sun Microsystems, Inc. All rights reserved. + +Developed at SunPro, a Sun Microsystems, Inc. business. +Permission to use, copy, modify, and distribute this +software is freely granted, provided that this notice +is preserved. + * FDLIBM Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved. @@ -245,32 +237,22 @@ Copyright (C) 2004 by Sun Microsystems, Inc. All rights reserved. Public domain. -* SpecialFunctions.jl - -The MIT License (MIT) - -Copyright (c) 2017 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and others: - -https://github.com/JuliaMath/SpecialFunctions.jl/graphs/contributors - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. +Stephen L. Moshier +moshier@na-net.ornl.gov + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. +FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT +SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE +FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER +DEALINGS IN THE SOFTWARE. + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ * Go @@ -325,3 +307,38 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +* SpecialFunctions.jl + +The MIT License (MIT) + +Copyright (c) 2017 Jeff Bezanson, Stefan Karpinski, Viral B. Shah, and others: + +https://github.com/JuliaMath/SpecialFunctions.jl/graphs/contributors + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. + +Developed at SunPro, a Sun Microsystems, Inc. business. +Permission to use, copy, modify, and distribute this +software is freely granted, provided that this notice +is preserved. + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + diff --git a/base/special/cot/README.md b/base/special/cot/README.md index 7b42c5892..ed87cbdd1 100644 --- a/base/special/cot/README.md +++ b/base/special/cot/README.md @@ -90,6 +90,7 @@ for ( i = 0; i < x.length; i++ ) { ## See Also +- [`@stdlib/math/base/special/csc`][@stdlib/math/base/special/csc]: compute the cosecant of a number. - [`@stdlib/math/base/special/tan`][@stdlib/math/base/special/tan]: evaluate the tangent of a number. @@ -104,6 +105,8 @@ for ( i = 0; i < x.length; i++ ) { +[@stdlib/math/base/special/csc]: https://github.com/stdlib-js/math/tree/main/base/special/csc + [@stdlib/math/base/special/tan]: https://github.com/stdlib-js/math/tree/main/base/special/tan diff --git a/base/special/csc/README.md b/base/special/csc/README.md index 14f991a36..c9cc0a3b5 100644 --- a/base/special/csc/README.md +++ b/base/special/csc/README.md @@ -90,7 +90,8 @@ for ( i = 0; i < x.length; i++ ) { ## See Also -[`@stdlib/math/base/special/sin`][@stdlib/math/base/special/sin]: evaluate the sine of a number. +- [`@stdlib/math/base/special/cot`][@stdlib/math/base/special/cot]: evaluate the cotangent of a number. +- [`@stdlib/math/base/special/sin`][@stdlib/math/base/special/sin]: compute the sine of a number. @@ -104,6 +105,8 @@ for ( i = 0; i < x.length; i++ ) { +[@stdlib/math/base/special/cot]: https://github.com/stdlib-js/math/tree/main/base/special/cot + [@stdlib/math/base/special/sin]: https://github.com/stdlib-js/math/tree/main/base/special/sin