Skip to content

Commit de64597

Browse files
authored
chore: reduce unnecessary diff
1 parent 6e3f2d5 commit de64597

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

lib/node_modules/@stdlib/math/base/special/cceilf/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
33
@license Apache-2.0
44
5-
Copyright (c) 2024 The Stdlib Authors.
5+
Copyright (c) 2021 The Stdlib Authors.
66
77
Licensed under the Apache License, Version 2.0 (the "License");
88
you 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>

lib/node_modules/@stdlib/math/base/special/cceilf/benchmark/c/native/benchmark.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.

lib/node_modules/@stdlib/math/base/special/cceilf/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.

lib/node_modules/@stdlib/math/base/special/cceilf/lib/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

0 commit comments

Comments
 (0)