RosettaCodeData/Task/Pathological-floating-point-problems/Mathematica/pathological-floating-point-problems-3.math
2023-07-01 13:44:08 -04:00

2 lines
107 B
Text

f[a_, b_] := 333.75`100 b^6 + a^2 (11 a^2 b^2 - b^6 - 121 b^4 - 2) + 5.5`100 b^8 + a/(2 b)
f[77617, 33096]