Functions | |
| def | wrap |
| def | gen_approx_table |
| return a list of nentries containing tuples of the form: (m, c, abs_error). | |
| def | scaled_sine |
| def | gen_sine_table |
| def gen_sine_table::gen_approx_table | ( | f, | ||
| nentries, | ||||
| min_x, | ||||
| max_x | ||||
| ) |
return a list of nentries containing tuples of the form: (m, c, abs_error).
min_x and max_x specify the domain of the table.
| def gen_sine_table::gen_sine_table | ( | ) |
| def gen_sine_table::scaled_sine | ( | x | ) |
| def gen_sine_table::wrap | ( | x | ) |
1.5.8