Skip to content
  • Sponsor stdlib-js/stdlib

  • Notifications You must be signed in to change notification settings
  • Fork 808

Commit 9c493c0

Browse files
authoredApr 5, 2024··
test: fix test fixture generation and update meta data
PR-URL: #2123 Ref: #2120 (comment) Ref: #2120 (comment) Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent 675ca1f commit 9c493c0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎lib/node_modules/@stdlib/math/base/special/asec/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
"mathematics",
5858
"math",
5959
"asec",
60-
"hyperbolic",
6160
"inverse",
6261
"cosine",
6362
"cos",

‎lib/node_modules/@stdlib/math/base/special/asec/test/fixtures/julia/runner.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ julia> gen( x, \"data.json\" );
3737
"""
3838
function gen( domain, name )
3939
x = collect( domain );
40-
y = acos.( 1.0 ./ x );
40+
y = asec.( x );
4141

4242
# Store data to be written to file as a collection:
4343
data = Dict([

0 commit comments

Comments
 (0)