Name:
fixed
indicates that fixed-point formats should be used for
fpminimax
Library names:
sollya_obj_t sollya_lib_fixed()
int sollya_lib_is_fixed(sollya_obj_t)
Usage:
fixed
:
fixed|floating
Description:
The use of
fixed
in the command
fpminimax
indicates that the list of formats given as argument is to be considered to be a list of fixed-point formats. See
fpminimax
for details.
Example 1:
> fpminimax(cos(x),6,[|32,32,32,32,32,32,32|],[-1;1],fixed);
0.9999997480772435665130615234375 + x^2 * (-0.4999928693287074565887451171875 + x^2 * (4.163351492024958133697509765625e-2 + x^2 * (-1.338223926723003387451171875e-3)))
See also:
fpminimax
,
floating
Go back to the list of commands