0
Отвечен

Specifying the number of bits instead of number of digits

Joe 4 года назад обновлен Pavel Holoborodko 4 года назад 1

Is it possible to specify the number of bits used to represent numbers, rather than the number of decimal digits?

Ответ

Ответ
Отвечен

Not directly, but you can convert required number of bits to decimal digits using simple formula: 

>> d = floor(bits*log10(2));  % precision in decimal digits
>> mp.Digits(d)
Ответ
Отвечен

Not directly, but you can convert required number of bits to decimal digits using simple formula: 

>> d = floor(bits*log10(2));  % precision in decimal digits
>> mp.Digits(d)

Сервис поддержки клиентов работает на платформе UserEcho