as the unified installer has options for 64 and 32 bit installs.
I assume the 64 bit install will not run on a 32 bit machine or a 32 bit
OS install.
Does which install is chosen ONLY effect the actual running of the tools
themselves on the HOST machine or does it have any influence on what the
Hi André,
I have some comments to the sinf implementation. First of all,
calculating the factorials in separate function is quite inefficient,
since you repeat multiplication of what has already been multiplied.
Slightly better would be to declare local variable and calculate the
factorial in the