]> Cypherpunks repositories - gostls13.git/commit
math: add large exact float rounding tests
authorMeng Zhuo <mzh@golangcn.org>
Wed, 24 Jul 2024 06:49:18 +0000 (14:49 +0800)
committerGopher Robot <gobot@golang.org>
Wed, 4 Sep 2024 13:36:10 +0000 (13:36 +0000)
commit3473d2f8efcb448e5433931a31fb358304bb9b80
treeb7bd23f7fcfc691fbc14dfe39abbcfd7062f069c
parent700920bbb73b39af4794854e79b76dc9b66b19ca
math: add large exact float rounding tests

This CL adds trunc,ceil,floor tests for large exact float.

Change-Id: Ib7ffec1d2d50d2ac955398a3dd0fd06d494fcf4f
Reviewed-on: https://go-review.googlesource.com/c/go/+/601095
Auto-Submit: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Keith Randall <khr@golang.org>
src/math/all_test.go