From fef7deabd502f3b379fc2a2b119bb3127147b45a Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Tue, 12 Apr 2022 20:28:17 +0900 Subject: [PATCH] doc/mruby3.2.md: add description about multi-precision integers. --- doc/mruby3.2.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/mruby3.2.md b/doc/mruby3.2.md index 987f20780..135084f2a 100644 --- a/doc/mruby3.2.md +++ b/doc/mruby3.2.md @@ -4,6 +4,7 @@ * Now `a::B = c` should evaluate `a` then `c`. * Anonymous arguments `*`, `**`, `&` can be passed for forwarding. +* Multi-precition integer is available now via `mruby-bigint` gem. # Tools