adding more mathematical operations and unit tests with them
This commit is contained in:
@@ -21,6 +21,7 @@ pub const RuntimeError = error{
|
||||
Killed,
|
||||
InvalidEntryPoint,
|
||||
ToDo,
|
||||
DivisionByZero,
|
||||
};
|
||||
|
||||
pub const Function = struct {
|
||||
|
||||
Reference in New Issue
Block a user