You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/base/special/exp10f/src/main.c
+20-22Lines changed: 20 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -15,47 +15,45 @@
15
15
* See the License for the specific language governing permissions and
16
16
* limitations under the License.
17
17
*
18
-
*
19
18
* ## Notice
20
19
*
21
-
* The original C code, long comment, copyright, license, and constants are from [Cephes]{@link http://www.netlib.org/cephes}. The implementation follows the original, but has been modified according to project conventions.
20
+
* The original C code, long comment, copyright, license, and constants are from [Cephes]{@link http://www.netlib.org/cephes}.
21
+
* The implementation follows the original, but has been modified according to project conventions.
22
22
*
23
-
* ```text
24
23
* Copyright 1984, 1991, 2000 by Stephen L. Moshier
25
24
*
26
-
* Some software in this archive may be from the book _Methods and Programs for Mathematical Functions_ (Prentice-Hall or Simon & Schuster International, 1989) or from the Cephes Mathematical Library, a commercial product. In either event, it is copyrighted by the author. What you see here may be used freely but it comes with no support or guarantee.
25
+
* Some software in this archive may be from the book _Methods and Programs for Mathematical Functions_
26
+
* (Prentice-Hall or Simon & Schuster International, 1989) or from the Cephes Mathematical Library,
27
+
* a commercial product. In either event, it is copyrighted by the author.
28
+
* What you see here may be used freely but it comes with no support or guarantee.
0 commit comments