Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 486 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 486 Bytes

BigIntJs

This recipe shows how to print, create, and use values of the BigIntJs type in either the node.js or web browser console.

Expected Behavior:

  • Shows the difference between using show and toString
  • Shows how to create values of this type
  • Shows a few operations one can use

If viewing the web version, open the browser's console with dev tools first, then reload/refresh the page.

Dependencies used

big-integer