Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
petamoriken committed Mar 5, 2024
1 parent 758b001 commit d270433
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# <a href="https://github.com/petamoriken/float16">float16</a>

<p align="center">
IEEE 754 half-precision floating-point for JavaScript<br>
See <a href="https://esdiscuss.org/topic/float16array">the archive of the ES Discuss Float16Array topic</a> for details
IEEE 754 half-precision floating-point ponyfill for JavaScript<br>
See <a href="https://github.com/tc39/proposal-float16array">TC39 proposal</a> or <a href="https://esdiscuss.org/topic/float16array">the archive of the ES Discuss Float16Array topic</a> for details
</p>

<p align="center">
Expand Down Expand Up @@ -150,6 +150,9 @@ array.map((value) => value * 2);

### `isFloat16Array`

> [!WARNING]
> This API returns `false` for ECMAScript's native `Float16Array`
`isFloat16Array` is a utility function to check whether the value given as an
argument is an instance of `Float16Array` or not.

Expand Down

0 comments on commit d270433

Please sign in to comment.