Hi, Someone pointed me to cecil for a problem I've run into; I'm using a fixedpoint class to make sure my calculations deliver deterministic results across different platforms. Now I also want to apply this to a 3rdpart library I'm using, but this library is using floats, which I'd like to replace using the custom fixedpoint struct (which uses operator overloading for all operations). Is this possible using cecil and if so, does anyone have any pointers/tips to get me started? I guess I have to replace all math functions like cos/sin/tan etc with respective fixedpoint ones too? Thanks! Martijn
-- -- -- mono-cecil --- You received this message because you are subscribed to the Google Groups "mono-cecil" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
