From ddc89a9b3b1dd83efebd2a6de4535e90b47cc176 Mon Sep 17 00:00:00 2001 From: Brian Harvey Date: Wed, 8 Feb 2017 21:08:01 -0800 Subject: [PATCH] Add bignum library --- libraries/LIBRARIES | 1 + libraries/bignumbers.xml | 1 + 2 files changed, 2 insertions(+) create mode 100644 libraries/bignumbers.xml diff --git a/libraries/LIBRARIES b/libraries/LIBRARIES index 38020f44..3408585a 100644 --- a/libraries/LIBRARIES +++ b/libraries/LIBRARIES @@ -11,3 +11,4 @@ penTrails.xml Save and restore pictures drawn by pen Save and restore lines draw try-catch.xml Catch errors in a script Run a script; if an error happens, instead of stopping the script with a red halo, run another script to handle the error. Also includes a block to cause an error with a message given as input. Also includes a block to create a script variable and give it a value. multiline.xml Allow multi-line text input to a block In general, text inputs allow only a single line. The MULTILINE block accepts multi-line text input and can be used in text input slots of other blocks. Eisenbergification.xml Provide getters and setters for all GUI-controlled global settings Eisenberg's Law: Anything that can be done from the GUI should be doable from the programming language, and vice versa. +bignumbers.xml Infinite precision integers, exact rationals, complex The full Scheme numeric tower. "USE BIGNUMS " to enable. diff --git a/libraries/bignumbers.xml b/libraries/bignumbers.xml new file mode 100644 index 00000000..4beab907 --- /dev/null +++ b/libraries/bignumbers.xml @@ -0,0 +1 @@ +
\ No newline at end of file