public static F64 Asin(F64 a) { return(FromRaw(Fixed64.Asin(a.raw))); }
public F64 Asin() { return(FromRaw(Fixed64.Asin(raw))); }