From e764432605cb26478067890b49f4f16019c9a9b9 Mon Sep 17 00:00:00 2001
From: Emmanuel T Odeke Rat.SetUint64
method sets the Rat
to a uint64
value.
+ For Float.Parse
, if base is 0, underscores
+ may be used between digits for readability.
+ See the Changes to the language for details.
+
+ For Int.SetString
, if base is 0, underscores
+ may be used between digits for readability.
+ See the Changes to the language for details.
+
Rat.SetString
now accepts non-decimal floating point representations.
+ For strconv.ParseFloat
,
+ strconv.ParseInt
+ and strconv.ParseUint
,
+ if base is 0, underscores may be used between digits for readability.
+ See the Changes to the language for details.
+
-- 2.50.0