]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[libc] Add isqrt() function to find integer square roots
authorMichael Brown <mcb30@ipxe.org>
Sat, 26 Apr 2014 17:19:49 +0000 (18:19 +0100)
committerMichael Brown <mcb30@ipxe.org>
Sat, 26 Apr 2014 17:19:49 +0000 (18:19 +0100)
commit3ffd309375c8f044939a77eb4738bc0b16c01965
tree75447f704d1825f2018b1cf3171ccf299b369ff9
parent9e8c48deea90a601fdd45e8d7428d4eceb7e6a39
[libc] Add isqrt() function to find integer square roots

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/isqrt.c [new file with mode: 0644]
src/include/ipxe/isqrt.h [new file with mode: 0644]
src/tests/math_test.c