Skip to content

Commit

Permalink
chore: resolve repl file
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-095 committed Jun 6, 2024
1 parent 77d29ac commit 43e7752
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/node_modules/@stdlib/blas/base/dcabs1/docs/repl.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{{alias}}( z )
Computes the sum of the absolute value of real and imaginary part of a
double-precision complex floating-point number.
Computes the sum of the absolute values of real and imaginary components of
a double-precision complex floating-point number.

Parameters
----------
Expand All @@ -15,7 +15,7 @@

Examples
--------
> var y = {{alias}}( new {{alias:@stdlib/complex/float64}}( 5.0, 3.0 ) )
> var y = {{alias}}( new {{alias:@stdlib/complex/float64/ctor}}( 5.0, 3.0 ) )
8.0

See Also
Expand Down

0 comments on commit 43e7752

Please sign in to comment.