UP | HOME

Date: [2023-03-05 Sun]

Rump's Royal Pain

rump_s_royal_pain-20230305202753.png

Figure 1: Rump's Royal Pain

< Collapse code block> Expand code block
(defun rump-royal (x y)
  (+ (* (/ 33375 100) (expt y 6))
     (* (expt x 2)
        (+ (* 11 (expt x 2) (expt y 2))
           (- (expt y 6))
           (* -121 (expt y 4))
           (- 2)))
     (* (/ 55 10) (expt y 8))
     (/ x (* 2 y))))

(list (float (rump-royal 77617 33096))
      (rump-royal 77617d0 33096d0))
-0.82739604 -1.1805916207174113d21

Backlinks


You can send your feedback, queries here