Hi all,
is it possible, to do simple mod 1 evaluations? For example, Mathematica outputs
N[1/2*(1 + Sqrt[5])^100 mod 1] ~ 0.9999999999999999999987374...
n(Mod(1/2(1 + Sqrt[5])^100,1)) (or similar attempts) in sage result in "unable to convert x (=1/2sqrt(5) + 1/2) to an integer"
Cheers, Markus