This is a pre-release version (2.5.0.dev0+git20251130.2de293a). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.5.0.dev0+git20251130.2de293a / numpy / float32

class

numpy:float32

source: /dev/numpy/build-install/usr/lib/python3.14/site-packages/numpy/__init__.py

Signature

class   float32 ( value = 0 / )

Summary

Single-precision floating-point number type, compatible with C float.

Extended Summary

Charactercode

'f'

Canonicalname

numpy.single

Aliasonthisplatform(Linuxx86_64)

numpy.float32: 32-bit-precision floating-point number type: sign bit, 8 bits exponent, 23 bits mantissa.

Aliases

  • numpy.float32

Referenced by