Given the taylor seirous expension of sin(t), write the most effecient
program in c/c++ to calculate the result given a t and the order of the
expansion.
what are the usual problems you will have when porting numerical
calculations from Windows to Linux?