We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b5151 commit 61bfb12Copy full SHA for 61bfb12
lib/node_modules/@stdlib/math/base/special/atan2f/benchmark/benchmark.js
@@ -1,7 +1,7 @@
1
/**
2
* @license Apache-2.0
3
*
4
-* Copyright (c) 2018 The Stdlib Authors.
+* Copyright (c) 2024 The Stdlib Authors.
5
6
* Licensed under the Apache License, Version 2.0 (the "License");
7
* you may not use this file except in compliance with the License.
@@ -23,8 +23,8 @@
23
var bench = require( '@stdlib/bench' );
24
var randu = require( '@stdlib/random/base/randu' );
25
var isnanf = require( '@stdlib/math/base/assert/is-nanf' );
26
+var atan2f = require( '@stdlib/math/base/special/atan2f' );
27
var pkg = require( './../package.json' ).name;
-const atan2f = require('@stdlib/math/base/special/atan2f');
28
29
30
// MAIN //
0 commit comments