Ethereum  PoC-8
The C++ Implementation of Ethereum
LegacyVM.cpp File Reference
#include "LegacyVM.h"

Go to the source code of this file.

Functions

template<class S >
divWorkaround (S const &_a, S const &_b)
 
template<class S >
modWorkaround (S const &_a, S const &_b)
 

Function Documentation

◆ divWorkaround()

template<class S >
S divWorkaround ( S const &  _a,
S const &  _b 
)

Definition at line 29 of file LegacyVM.cpp.

◆ modWorkaround()

template<class S >
S modWorkaround ( S const &  _a,
S const &  _b 
)

Definition at line 34 of file LegacyVM.cpp.