Exemplo n.º 1
0
 public static F64 SinFastest(F64 a)
 {
     return(FromRaw(Fixed64.SinFastest(a.raw)));
 }