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 e0a99cd commit 65bf3fe
Show file tree
Hide file tree
Showing 13 changed files with 53 additions and 45 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

26 changes: 14 additions & 12 deletions code-blocks/data/data.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion code-blocks/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.

49 changes: 25 additions & 24 deletions help/data/data.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion help/data/data.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions info/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 info/data/data.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions signature/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ base.acsc,"base.acsc( x )"
base.acsch,"base.acsch( x )"
base.add,"base.add( x, y )"
base.add3,"base.add3( x, y, z )"
base.add4,"base.add4( x, y, z, w )"
base.add5,"base.add5( x, y, z, w, u )"
base.addf,"base.addf( x, y )"
base.ahavercos,"base.ahavercos( x )"
base.ahaversin,"base.ahaversin( x )"
Expand Down
2 changes: 1 addition & 1 deletion signature/data/data.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions typed-signature/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ base.acsc,"base.acsc( x:number )"
base.acsch,"base.acsch( x:number )"
base.add,"base.add( x:number, y:number )"
base.add3,"base.add3( x:number, y:number, z:number )"
base.add4,"base.add4( x:number, y:number, z:number, w:number )"
base.add5,"base.add5( x:number, y:number, z:number, w:number, u:number )"
base.addf,"base.addf( x:number, y:number )"
base.ahavercos,"base.ahavercos( x:number )"
base.ahaversin,"base.ahaversin( x:number )"
Expand Down
2 changes: 1 addition & 1 deletion typed-signature/data/data.json

Large diffs are not rendered by default.

0 comments on commit 65bf3fe

Please sign in to comment.