File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed
lib/node_modules/@stdlib/math/base/special/cceilf Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 22
33@license Apache-2.0
44
5- Copyright (c) 2024 The Stdlib Authors.
5+ Copyright (c) 2021 The Stdlib Authors.
66
77Licensed under the Apache License, Version 2.0 (the "License");
88you may not use this file except in compliance with the License.
@@ -193,6 +193,12 @@ int main( void ) {
193193
194194<section class =" related " >
195195
196+ * * *
197+
198+ ## See Also
199+
200+ - <span class =" package-name " >[ ` @stdlib/math/base/special/cceil ` ] [ @stdlib/math/base/special/cceil ] </span ><span class =" delimiter " >: </span ><span class =" description " >round a double-precision complex floating-point number toward positive infinity.</span >
201+
196202</section >
197203
198204<!-- /.related -->
@@ -203,6 +209,8 @@ int main( void ) {
203209
204210<!-- <related-links> -->
205211
212+ [ @stdlib/math/base/special/cceil ] : https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/math/base/special/cceil
213+
206214<!-- </related-links> -->
207215
208216</section >
Original file line number Diff line number Diff line change 11/**
22* @license Apache-2.0
33*
4- * Copyright (c) 2023 The Stdlib Authors.
4+ * Copyright (c) 2021 The Stdlib Authors.
55*
66* Licensed under the Apache License, Version 2.0 (the "License");
77* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11/**
22* @license Apache-2.0
33*
4- * Copyright (c) 2018 The Stdlib Authors.
4+ * Copyright (c) 2021 The Stdlib Authors.
55*
66* Licensed under the Apache License, Version 2.0 (the "License");
77* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 11/**
22* @license Apache-2.0
33*
4- * Copyright (c) 2018 The Stdlib Authors.
4+ * Copyright (c) 2021 The Stdlib Authors.
55*
66* Licensed under the Apache License, Version 2.0 (the "License");
77* you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@ var imag = require( '@stdlib/complex/float32/imag' );
2929// MAIN //
3030
3131/**
32- * Rounds each component of a double -precision complex floating-point number toward positive infinity.
32+ * Rounds each component of a single -precision complex floating-point number toward positive infinity.
3333*
3434* @param {Complex64 } z - complex number
3535* @returns {Complex64 } result
You can’t perform that action at this time.
0 commit comments