(Single-precision) floating point square root.
(er-float-sqrt a) is a lispfloat wrapper function.
In the logic this function does not have a definition, but
its ACL2::constraints say it returns
Theorem:
(defthm er-float-sqrt-mvtypes-0 (maybe-stringp (mv-nth 0 (er-float-sqrt a))) :rule-classes :type-prescription)
Theorem:
(defthm er-float-sqrt-mvtypes-1 (rationalp (mv-nth 1 (er-float-sqrt a))) :rule-classes :type-prescription)
Theorem:
(defthm er-float-sqrt-of-rfix-a (equal (er-float-sqrt (rfix a)) (er-float-sqrt a)))
Theorem:
(defthm er-float-sqrt-rational-equiv-congruence-on-a (implies (acl2::rational-equiv a a-equiv) (equal (er-float-sqrt a) (er-float-sqrt a-equiv))) :rule-classes :congruence)