The unified diff between revisions [4cc7246c..] and [24d5b9f4..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'fisqrt.h'

#
# old_revision [4cc7246c1b6c809c9dc15997798f6deed15b3631]
# new_revision [24d5b9f4dff9135787b198fe1127d9c1e3326b9c]
#
# add_file "fisqrt.h"
#  content [362a8a7cb02214b241e95c9baa328416f02a48b5]
#
============================================================
--- /dev/null	
+++ fisqrt.h	362a8a7cb02214b241e95c9baa328416f02a48b5
@@ -0,0 +1,3 @@
+/* fisqrt.h */
+
+float fisqrt(float n);