From a4eb2d1ad35f2ee2da2aa442b19d2e8267e71afa Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 11 Jan 2026 14:58:28 -0500 Subject: Hook up Real.rounded_to() --- src/stdlib/reals.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/stdlib') diff --git a/src/stdlib/reals.h b/src/stdlib/reals.h index a322ff64..ddb91f66 100644 --- a/src/stdlib/reals.h +++ b/src/stdlib/reals.h @@ -39,6 +39,8 @@ Real_t Real$sqrt(Real_t x); bool Real$equal(const void *va, const void *vb, const TypeInfo_t *t); int32_t Real$compare(const void *va, const void *vb, const TypeInfo_t *t); +Real_t Real$rounded_to(Real_t x, Real_t round_to); + int Real$test(); extern const TypeInfo_t Real$info; -- cgit v1.2.3