Exemple #1
0
        static MathS()
        {
            NumberFormatInfo nfi = new NumberFormatInfo
            {
                NumberDecimalSeparator = "."
            };

            Sumf.Wakeup();
            Minusf.Wakeup();
            Mulf.Wakeup();
            Divf.Wakeup();
            Powf.Wakeup();
            Sinf.Wakeup();
            Cosf.Wakeup();
            Tanf.Wakeup();
            Cotanf.Wakeup();
            Logf.Wakeup();
            Arcsinf.Wakeup();
            Arccosf.Wakeup();
            Arctanf.Wakeup();
            Arccotanf.Wakeup();
        }
Exemple #2
0
 public static Pattern operator +(Entity a, Pattern b) => Sumf.PHang(a, b);
Exemple #3
0
 public static Entity operator +(Entity a, Entity b) => Sumf.Hang(a, b);
Exemple #4
0
 public static Pattern operator +(Pattern a, Entity b) => Sumf.PHang(a, b);