Open
Description
Notice
Description
This is a list of all the language inconsistencies with certain implementations in the Algorithm Archive
- Monte Carlo:
in_circle(...)
function reads in a radius in some languages and does not in others. Note: I personally think that these functions should not read in aradius
parameter, simply because it is easier to pass around function pointers to similarin_shape(...)
functions if we just usex
andy
as our parameters. Feel free to disagree.
I figure we should consistently update this list as more of these inconsistencies are found.