deno.com
method Math.f16round
unstable
#Math.f16round(x: number): number

Returns the nearest half precision float representation of a number.

Parameters #

#x: number

A numeric expression.

Return Type #

number