FATE icon indicating copy to clipboard operation
FATE copied to clipboard

the range of integer and float

Open ttsdmmn opened this issue 1 year ago • 2 comments
trafficstars

I'd like to know how many bits fate uses to represent an integer or float. When I execute a mpc program,such as addition,if I can know whether an overflow happens or not.

ttsdmmn avatar Jan 22 '24 11:01 ttsdmmn

64bit for now but would be extended in future

sagewe avatar Jan 23 '24 03:01 sagewe

64bit for now but would be extended in future

Thanks.And I'd also like to know how many bits of precision are supported for floating point numbers

ttsdmmn avatar Jan 23 '24 08:01 ttsdmmn

64bit for now but would be extended in future

Thanks.And I'd also like to know how many bits of precision are supported for floating point numbers configurable: https://github.com/FederatedAI/FATE/blob/master/python/fate/arch/config/default.yaml

sagewe avatar Jul 08 '24 01:07 sagewe