This is a pre-release version (latest). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy latest / numpy / float16

class

numpy:float16

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

Signature

class   float16 ( value = 0 / )

Summary

Half-precision floating-point number type.

Extended Summary

Charactercode

'e'

Canonicalname

numpy.half

Aliasonthisplatform(Linuxx86_64)

numpy.float16: 16-bit-precision floating-point number type: sign bit, 5 bits exponent, 10 bits mantissa.

Aliases

  • numpy.float16

Referenced by