Wednesday, June 10, 2026
HomeLanguagesPython | Numpy np.min_scalar_type() method

Python | Numpy np.min_scalar_type() method

With the help of np.min_scalar_type() method, we can get the minimum scalar type of a value that is passed as a parameter in np.min_scalar_type() method.

Syntax : np.min_scalar_type(value)
Return : Return the minimum scalar type of a value.

Example #1 :
In this example we can see that by using np.min_scalar_type() method, we are able to get the minimum scalar type of a value by using this method.




# import numpy
import numpy as np
  
# using np.min_scalar_type() method
gfg = np.min_scalar_type(-50)
  
print(gfg)


Output :

int8

Example #2 :




# import numpy
import numpy as np
  
# using np.min_scalar_type() method
gfg = np.min_scalar_type(55.56)
  
print(gfg)


Output :

float16

Dominic
Dominichttp://wardslaus.com
infosec,malicious & dos attacks generator, boot rom exploit philanthropist , wild hacker , game developer,
RELATED ARTICLES

Most Popular

Dominic
32515 POSTS0 COMMENTS
Milvus
131 POSTS0 COMMENTS
Nango Kala
6896 POSTS0 COMMENTS
Nicole Veronica
12012 POSTS0 COMMENTS
Nokonwaba Nkukhwana
12109 POSTS0 COMMENTS
Shaida Kate Naidoo
7018 POSTS0 COMMENTS
Ted Musemwa
7262 POSTS0 COMMENTS
Thapelo Manthata
6976 POSTS0 COMMENTS
Umr Jansen
6963 POSTS0 COMMENTS