Reciprocal function
Completion Axiom (
(equal (unary-/ x) (if (and (acl2-numberp x) (not (equal x 0))) (unary-/ x) 0))
(and (acl2-numberp x) (not (equal x 0)))
Notice that like all arithmetic functions,
Calls of the macro / on one argument expand to calls of