File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
lib/node_modules/@stdlib/math/base/special Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 23
23
#include "stdlib/complex/float64/reim.h"
24
24
25
25
/**
26
- * Computes the absolute value and the phase of a complex double-precision complex floating-point number.
26
+ * Computes the absolute value and the phase of a double-precision complex floating-point number.
27
27
*
28
28
* @param z input value
29
29
* @param cabs destination for absolute value
Original file line number Diff line number Diff line change 22
22
#include "stdlib/complex/float32/ctor.h"
23
23
24
24
/**
25
- * Computes the absolute value and the phase of a complex single-precision complex floating-point number.
25
+ * Computes the absolute value and the phase of a single-precision complex floating-point number.
26
26
*
27
27
* @param z input value
28
28
* @param cabsf destination for the absolute value
You can’t perform that action at this time.
0 commit comments