BOSL2/tests
RonaldoCMP 8a25764744 Overall review, input data check, format, new function definitions
New function definitions in commom.scad:
1. valid_range;
2. _list_pattern

New function definitions in math.scad:
1. binomial;
2. binomial_coefficient;
3. convolve;

Code review in math:
1. sum;
2. median;
3. is_matrix;
4. approx;
5. count_true;
6. doc of deriv2;
7. polynomial;
8. poly_mult;
9; poly_div;
10. _poly_trim

Code change in test_common:
1. new test_valid_range;
2. test_is_consistent

Code change in test_math:
1. test_approx;
2. new test_convolve;
3. new test_binomial;
4. new test_binomial_coefficient;
5. test_outer_product;
6. test_polynomial;
7. test_poly_mult;
8. test_poly_div;
9. test_poly_add;
2020-07-29 22:41:02 +01:00
..
hull.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
polyhedra.scad A broad review of input data check and code format 2020-07-24 22:54:34 +01:00
test_affine.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_arrays.scad Correction of is_vector and doc text 2020-07-28 19:02:35 +01:00
test_common.scad Overall review, input data check, format, new function definitions 2020-07-29 22:41:02 +01:00
test_coords.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_cubetruss.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_debug.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_edges.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_errors.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_geometry.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_linear_bearings.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_math.scad Overall review, input data check, format, new function definitions 2020-07-29 22:41:02 +01:00
test_mutators.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_primitives.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_quaternions.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_queues.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_shapes.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_shapes2d.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_skin.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_stacks.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_strings.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_structs.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_transforms.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_vectors.scad A broad review of input data check and code format 2020-07-24 22:54:34 +01:00
test_version.scad Changed to relative include names 2020-07-21 20:05:21 -04:00
test_vnf.scad Changed to relative include names 2020-07-21 20:05:21 -04:00