Skip to content

feat: add C implementation for math/base/special/roundsd #4438

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 25 commits into from
Apr 19, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
e3753b6
feat: add math/base/special/roundsd
ShabiShett07 Jan 1, 2025
165b47d
chore: update copyright years
stdlib-bot Jan 2, 2025
e703cea
fix: resolve lint errors
stdlib-bot Jan 2, 2025
b977c33
Merge remote-tracking branch 'upstream/develop' into feature/roundsd
stdlib-bot Apr 5, 2025
76f13c5
fix: jsdoc
ShabiShett07 Apr 5, 2025
28139c7
fix: jsdoc to doxygen
ShabiShett07 Apr 5, 2025
70bc4c8
chore: update doxygen
ShabiShett07 Apr 5, 2025
7557c42
chore: add suggestions
ShabiShett07 Apr 5, 2025
4c9ac94
fix: lint error
ShabiShett07 Apr 5, 2025
e07c69a
fix: lint error
ShabiShett07 Apr 5, 2025
34ab377
remove: unused variables
ShabiShett07 Apr 5, 2025
5b3ac40
chore: remove console
ShabiShett07 Apr 6, 2025
4e97f72
Merge remote-tracking branch 'upstream/develop' into feature/roundsd
stdlib-bot Apr 15, 2025
72ccb45
test: update test messages
anandkaranubc Apr 15, 2025
7c2e6b4
bench: move random number generation outside the benchmarking loops
anandkaranubc Apr 15, 2025
860ebb1
docs: fix C script for generating examples
anandkaranubc Apr 15, 2025
d9eefe3
chore: add minor changes
ShabiShett07 Apr 19, 2025
cf8cced
docs: update description
kgryte Apr 19, 2025
5e16e29
docs: fix description
kgryte Apr 19, 2025
fa48133
docs: fix line wrapping
kgryte Apr 19, 2025
0d5ce2a
style: remove TeX and use backticks to be consistent with elsewhere
kgryte Apr 19, 2025
56061f5
docs: fix description
kgryte Apr 19, 2025
7790569
style: use consistent markup
kgryte Apr 19, 2025
4230887
style: use consistent spacing
kgryte Apr 19, 2025
ecf314f
style: add missing space
kgryte Apr 19, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: update copyright years
  • Loading branch information
stdlib-bot committed Jan 2, 2025
commit 165b47d4aab94c0e10ee54b531e40c4c9397ab87
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @license Apache-2.0
*
* Copyright (c) 2024 The Stdlib Authors.
* Copyright (c) 2025 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#/
# @license Apache-2.0
#
# Copyright (c) 2024 The Stdlib Authors.
# Copyright (c) 2025 The Stdlib Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @license Apache-2.0
*
* Copyright (c) 2024 The Stdlib Authors.
* Copyright (c) 2025 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @license Apache-2.0
#
# Copyright (c) 2023 The Stdlib Authors.
# Copyright (c) 2025 The Stdlib Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#/
# @license Apache-2.0
#
# Copyright (c) 2024 The Stdlib Authors.
# Copyright (c) 2025 The Stdlib Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @license Apache-2.0
*
* Copyright (c) 2024 The Stdlib Authors.
* Copyright (c) 2025 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# @license Apache-2.0
#
# Copyright (c) 2023 The Stdlib Authors.
# Copyright (c) 2025 The Stdlib Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @license Apache-2.0
*
* Copyright (c) 2024 The Stdlib Authors.
* Copyright (c) 2025 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @license Apache-2.0
*
* Copyright (c) 2023 The Stdlib Authors.
* Copyright (c) 2025 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#/
# @license Apache-2.0
#
# Copyright (c) 2024 The Stdlib Authors.
# Copyright (c) 2025 The Stdlib Authors.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @license Apache-2.0
*
* Copyright (c) 2023 The Stdlib Authors.
* Copyright (c) 2025 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
* Copyright (c) 2025 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* @license Apache-2.0
*
* Copyright (c) 2018 The Stdlib Authors.
* Copyright (c) 2025 The Stdlib Authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
Loading