You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/math/base/special/modf/src/main.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@
29
29
staticconstuint32_tALL_ONES=4294967295;
30
30
31
31
/**
32
-
* Decomposes a double-precision floating-point number into integral and fractional parts, each having the same type and sign as the input value, and assigns results to a provided output array.
32
+
* Decomposes a double-precision floating-point number into integral and fractional parts, each having the same type and sign as the input value.
33
33
*
34
34
* @param x input value
35
35
* @param integral destination pointer for the integral part
0 commit comments