Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,8 @@
|
|||
(defn rump [a b]
|
||||
(+ (* (rationalize 333.75) (expt b 6))
|
||||
(* (expt a 2)
|
||||
(- (* 11 (expt a 2) (expt b 2)) (expt b 6) (* 121 (expt b 4)) 2))
|
||||
(* (rationalize 5.5) (expt b 8))
|
||||
(/ a (* 2 b))))
|
||||
; Using BigInt numeric literal style to avoid integer overflow
|
||||
(double (rump 77617 33096N))
|
||||
Loading…
Add table
Add a link
Reference in a new issue