Skip to content

Releases: maxchen32/radicalite

v1.0.3

25 Jul 10:31

Choose a tag to compare

现在 radicalite v1.0.3 版本已经出炉!

在我把它放到单片机上运行时发现了代码中使用标准库的 sqrt() 可能不太合适,于是替换成了整型数实现 isqrt_rad() 。

(其实api早就稳定了,只是一直没发版本)

Now radicalite v1.0.3 is out!

When I ran it on a microcontroller, I realized that using the standard library's sqrt() in the code might not be appropriate, so I replaced it with an integer implementation of isqrt_rad().

(Actually, the api has been stable for a while before the release.)