(Single-precision) floating point sine.
(er-float-sin 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-sin-mvtypes-0 (maybe-stringp (mv-nth 0 (er-float-sin a))) :rule-classes :type-prescription)
Theorem:
(defthm er-float-sin-mvtypes-1 (rationalp (mv-nth 1 (er-float-sin a))) :rule-classes :type-prescription)
Theorem:
(defthm er-float-sin-of-rfix-a (equal (er-float-sin (rfix a)) (er-float-sin a)))
Theorem:
(defthm er-float-sin-rational-equiv-congruence-on-a (implies (acl2::rational-equiv a a-equiv) (equal (er-float-sin a) (er-float-sin a-equiv))) :rule-classes :congruence)