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
* Returns the minimum array data type of the closest "kind" necessary for storing a provided scalar value.
48
+
*
49
+
* ## Notes
50
+
*
51
+
* - The function does *not* provide precision guarantees for non-integer-valued real numbers. In other words, the function returns the smallest possible floating-point (i.e., inexact) data type for storing numbers having decimals.
* Returns the minimum array data type of the closest "kind" necessary for storing a provided scalar value.
68
+
*
69
+
* ## Notes
70
+
*
71
+
* - The function does *not* provide precision guarantees for non-integer-valued real numbers. In other words, the function returns the smallest possible floating-point (i.e., inexact) data type for storing numbers having decimals.
0 commit comments