source: MML/trunk/machine/SOLEIL/common/toolbox/chebfun_v2_0501/chebfun/chebtests/sinx.m @ 4

Last change on this file since 4 was 4, checked in by zhangj, 11 years ago

Initial import--MML version from SOLEIL@2013

File size: 180 bytes
Line 
1function pass = sinx
2
3% Rodrigo Platte
4% Tests for uniform splitting (bisection)
5% ends must be equispaced.
6
7f = chebfun(@(x) sin(x), [0 1e4]);
8pass = all(diff(diff(f.ends)) == 0);
Note: See TracBrowser for help on using the repository browser.