File tree Expand file tree Collapse file tree 5 files changed +5
-9
lines changed
lib/node_modules/@stdlib/math/base/special/exp10f Expand file tree Collapse file tree 5 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 1
1
# @license Apache-2.0
2
2
#
3
- # Copyright (c) 2022 The Stdlib Authors.
3
+ # Copyright (c) 2025 The Stdlib Authors.
4
4
#
5
5
# Licensed under the Apache License, Version 2.0 (the "License");
6
6
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/*
2
2
* @license Apache-2.0
3
3
*
4
- * Copyright (c) 2019 The Stdlib Authors.
4
+ * Copyright (c) 2025 The Stdlib Authors.
5
5
*
6
6
* Licensed under the Apache License, Version 2.0 (the "License");
7
7
* you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
# /
2
2
# @license Apache-2.0
3
3
#
4
- # Copyright (c) 2022 The Stdlib Authors.
4
+ # Copyright (c) 2025 The Stdlib Authors.
5
5
#
6
6
# Licensed under the Apache License, Version 2.0 (the "License");
7
7
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
# @license Apache-2.0
2
2
#
3
- # Copyright (c) 2022 The Stdlib Authors.
3
+ # Copyright (c) 2025 The Stdlib Authors.
4
4
#
5
5
# Licensed under the Apache License, Version 2.0 (the "License");
6
6
# you may not use this file except in compliance with the License.
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @license Apache-2.0
3
3
*
4
- * Copyright (c) 2022 The Stdlib Authors.
4
+ * Copyright (c) 2025 The Stdlib Authors.
5
5
*
6
6
* Licensed under the Apache License, Version 2.0 (the "License");
7
7
* you may not use this file except in compliance with the License.
@@ -37,10 +37,6 @@ var addon = require( './../src/addon.node' );
37
37
* // returns 1000.0
38
38
*
39
39
* @example
40
- * var v = exp10f( -9.0 );
41
- * // returns 1.0e-9
42
- *
43
- * @example
44
40
* var v = exp10f( 0.0 );
45
41
* // returns 1.0
46
42
*
You can’t perform that action at this time.
0 commit comments