You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// @dev Number of ops currently provided by `AllStandardOps`.
108
-
uint256constant ALL_STANDARD_OPS_LENGTH =32;
108
+
uint256constant ALL_STANDARD_OPS_LENGTH =33;
109
109
110
110
/// @title LibAllStandardOps
111
111
/// @notice Every opcode available from the core repository laid out as a single
@@ -269,7 +269,7 @@ library LibAllStandardOps {
269
269
"max-value",
270
270
"The maximum representable float value. This is so large that it is effectively infinity (it has ~2.1 billion zero digits). Almost all numbers that you could possibly subtract from it will be ignored as a rounding error."
271
271
),
272
-
// AuthoringMetaV2("min", "Finds the minimum number from all inputs."),
272
+
AuthoringMetaV2("min", "Finds the minimum number from all inputs."),
273
273
// AuthoringMetaV2("mod", "Modulos the first number by all other numbers. Errors if any divisor is zero."),
274
274
AuthoringMetaV2("mul", "Multiplies all numbers together."),
0 commit comments