File tree Expand file tree Collapse file tree 5 files changed +6
-4
lines changed
lib/node_modules/@stdlib/math/base/special/atandf Expand file tree Collapse file tree 5 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ limitations under the License.
20
20
21
21
# atandf
22
22
23
- > Compute the [ arctangent] [ arctangent ] in degrees of a single-precision floating-point number.
23
+ > Compute the [ arctangent] [ arctangent ] ( in degrees) of a single-precision floating-point number.
24
24
25
25
<section class =" usage " >
26
26
@@ -36,6 +36,7 @@ Computes the [arctangent][arctangent] (in degrees) of a single-precision floatin
36
36
37
37
``` javascript
38
38
var sqrtf = require ( ' @stdlib/math/base/special/sqrtf' );
39
+
39
40
var v = atandf ( 0.0 );
40
41
// returns 0.0
41
42
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ var addon = require( './../src/addon.node' );
28
28
/**
29
29
* Computes the arctangent (in degrees) of a single-precision floating-point number.
30
30
*
31
+ * @private
31
32
* @param {number } x - input value
32
33
* @returns {number } arctangent (in degrees)
33
34
*
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @stdlib/math/base/special/atandf" ,
3
3
"version" : " 0.0.0" ,
4
- "description" : " Compute the arctangent(in degrees) of a single-precision floating-point number." ,
4
+ "description" : " Compute the arctangent (in degrees) of a single-precision floating-point number." ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : {
7
7
"name" : " The Stdlib Authors" ,
Original file line number Diff line number Diff line change 24
24
* Computes the arctangent (in degrees) of a single-precision floating-point number.
25
25
*
26
26
* @param x input value
27
- * @return evaluated rational function
27
+ * @return arctangent (in degrees)
28
28
*
29
29
* @example
30
30
* float out = stdlib_base_atandf( 0.5f );
Original file line number Diff line number Diff line change 1
1
julia 1.5
2
- JSON 0.21
2
+ JSON 0.21
You can’t perform that action at this time.
0 commit comments