Use MATLAB to convert a scalar double into a half-precision floating point. The return value should be a uint16.

The half-precision floating point format is specified here, and is the source for much of the test suite:

http://en.wikipedia.org/wiki/Half-precision_floating-point_format

This is an implementation in C if you want some inspiration to get started:

http://www.mathworks.com/matlabcentral/fileexchange/23173-ieee-754r-half-precision-floating-point-converter

As other problems related to half-precision are added, I will try to link them here.

Solution Stats

40 Solutions

7 Solvers

Last Solution submitted on Dec 21, 2025

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...