mirror of
https://github.com/fluencelabs/assemblyscript
synced 2025-06-21 18:51:43 +00:00
Implement reference counting (#592)
This commit is contained in:
11
lib/libm/README.md
Normal file
11
lib/libm/README.md
Normal file
@ -0,0 +1,11 @@
|
||||
#  libm
|
||||
|
||||
AssemblyScript's math routines for double and single precision as a library.
|
||||
|
||||
```ts
|
||||
const libm = require("@assemblyscript/libm");
|
||||
const libmf = libm.libmf;
|
||||
...
|
||||
```
|
||||
|
||||
Both `libm` and `libmf` have the same general interface as JavaScript's `Math`, with `libmf` doing single precision math.
|
Reference in New Issue
Block a user