Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Dec 2, 2023
1 parent 92d4c04 commit 936c7fc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

2 changes: 2 additions & 0 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ base.acsc,"\nbase.acsc( x:number )\n Computes the arccosecant of a number.\n"
base.acsch,"\nbase.acsch( x:number )\n Computes the hyperbolic arccosecant of a number.\n"
base.add,"\nbase.add( x:number, y:number )\n Computes the sum of two double-precision floating-point numbers `x` and `y`.\n"
base.add3,"\nbase.add3( x:number, y:number, z:number )\n Computes the sum of three double-precision floating-point numbers.\n"
base.add4,"\nbase.add4( x:number, y:number, z:number, w:number )\n Computes the sum of four double-precision floating-point numbers.\n"
base.add5,"\nbase.add5( x:number, y:number, z:number, w:number, u:number )\n Computes the sum of five double-precision floating-point numbers.\n"
base.addf,"\nbase.addf( x:number, y:number )\n Computes the sum of two single-precision floating-point numbers `x` and `y`.\n"
base.ahavercos,"\nbase.ahavercos( x:number )\n Computes the inverse half-value versed cosine.\n"
base.ahaversin,"\nbase.ahaversin( x:number )\n Computes the inverse half-value versed sine.\n"
Expand Down
2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 936c7fc

Please sign in to comment.