Modifying constructor for fenv structures.
(change-fenv x [:constants <constants>] [:curve <curve>])
This is an often useful alternative to make-fenv.
We construct a new fenv structure that is a copy of
This is an ordinary
Macro:
(defmacro change-fenv (x &rest args) (std::change-aggregate 'fenv x args '((:constants . fenv->constants) (:curve . fenv->curve)) 'change-fenv 'nil))