calculator/src/CalcManager/Ratpack
Daniel Belcher 057401f5f2 Suppress conversion warning in Ratpack/conv.cpp.
When building for x64, the compiler complains:
    warning C4267: 'argument': conversion from 'size_t' to 'ULONG', possible loss of data

In practice, the number string will not exceed a ULONG in length.
2019-03-05 21:42:24 -08:00
..
basex.cpp Apply spell check (#41) 2019-02-26 20:41:04 -08:00
CalcErr.h Apply spell check (#41) 2019-02-26 20:41:04 -08:00
conv.cpp Suppress conversion warning in Ratpack/conv.cpp. 2019-03-05 21:42:24 -08:00
exp.cpp Apply spell check (#41) 2019-02-26 20:41:04 -08:00
fact.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
itrans.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
itransh.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
logic.cpp Hello GitHub 2019-01-28 16:24:37 -08:00
num.cpp Apply spell check (#41) 2019-02-26 20:41:04 -08:00
rat.cpp Apply spell check (#41) 2019-02-26 20:41:04 -08:00
ratconst.h Hello GitHub 2019-01-28 16:24:37 -08:00
ratpak.h CalcEngine: Manage precision internally to Rational and convert functions to operator overrides (#35) 2019-02-25 11:41:32 -08:00
support.cpp Apply spell check (#41) 2019-02-26 20:41:04 -08:00
trans.cpp Apply spell check (#41) 2019-02-26 20:41:04 -08:00
transh.cpp Hello GitHub 2019-01-28 16:24:37 -08:00