File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -62,5 +62,20 @@ public static partial class np
62
62
63
63
// np.nan
64
64
public static double nan => double . NaN ;
65
+ public static double NAN => double . NaN ;
66
+ public static double NaN => double . NaN ;
67
+ public static double pi => Math . PI ;
68
+
69
+ public static double e => Math . E ;
70
+ public static double euler_gamma => 0.57721566490153286060651209008240243d ;
71
+ public static double inf => double . PositiveInfinity ;
72
+ public static double infty => double . PositiveInfinity ;
73
+ public static double Inf => double . PositiveInfinity ;
74
+ public static double NINF => double . NegativeInfinity ;
75
+ public static double PINF => double . PositiveInfinity ;
76
+ public static double Infinity => double . PositiveInfinity ;
77
+ public static double infinity => double . PositiveInfinity ;
78
+
79
+ #region Constants
65
80
}
66
81
}
You can’t perform that action at this time.
0 commit comments