Question: How do I get get of Complex I when intergrating

i have Maple 12 Student edition. when i do a 5th intergration, and eval at Pi, i get a complex answer. how would i get it to display a rational answer ? h := t-> (1+t^3*cos(t))^(1/5); ((D@@5)(h))(Pi); evalf(%); simplify(%); -.1245723200-0.905070854e-1*I D1 := D(h); D2 := D(D1); D3 := D(D2); D4 := D(D3); D5 := D(D4):fsolve(D5(Pi)); -.1245723200-0.9050708540e-1*I thanks
Please Wait...