Wolfram Function Repository
Instant-use add-on functions for the Wolfram Language
Function Repository Resource:
Check if a number falls into the range of machine-sized integers for your computer
Check whether numbers are machine integers or not:
| In[1]:= |
| Out[1]= |
| In[2]:= |
| Out[2]= |
The largest machine integer on this machine:
| In[3]:= |
| Out[3]= |
| In[4]:= |
| Out[4]= |
The next integer is not a machine integer:
| In[5]:= |
| Out[5]= |
| In[6]:= |
| Out[6]= |
The smallest machine integer on this machine:
| In[7]:= |
| Out[7]= |
| In[8]:= |
| Out[8]= |
The preceding integer is not a machine integer:
| In[9]:= |
| Out[9]= |
| In[10]:= |
| Out[10]= |
Wolfram Language 11.3 (March 2018) or above
This work is licensed under a Creative Commons Attribution 4.0 International License