Rev 11287 | Rev 14817 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 11287 | Rev 11288 | ||
---|---|---|---|
Line 62... | Line 62... | ||
62 | 1,3\\5,1\\3,4\\1,1\\3,1\\4,5 |
62 | 1,3\\5,1\\3,4\\1,1\\3,1\\4,5 |
63 | 63 | ||
64 | :scienceprint |
64 | :scienceprint |
65 | J.M. Evers |
65 | J.M. Evers |
66 | Prints a number in scientific notation. |
66 | Prints a number in scientific notation. |
67 | Usage: !exec scienceprint number,significant_digits,output_type<br />\text{A=wims(exec scienceprint number,significant_digits,output_type )}<br / |
67 | Usage: !exec scienceprint number,significant_digits,output_type<br />\text{A=wims(exec scienceprint number,significant_digits,output_type )}<br />output_type can be<ul><li>0 : calculating format : 1.234*10^-4</li><li>1 : html format :1.234×10<sup>-4</sup></li><li>2 : latex format : 1.234\times10^{-4}</li><li>3 : prefix format : 1.234×10<sup>-1</sup> m</li><li>4 : mathml format : <math xmlns="http://www.w3.org/1998/Math/MathML" display="inline"><mstyle id="wims_mathml" mathsize="110%"><mn>1.234</mn><mo>×</mo><msup><mn>10</mn><mn>-4</mn></msup></mstyle></math></li><li>5 : long prefix format : 1.234×10<sup>-1</sup> milli</li></ul> |
68 | 68 | ||
69 | :voronoi |
69 | :voronoi |
70 | Steve J. Fortune |
70 | Steve J. Fortune |
71 | compute Voronoi diagram or Delaunay triangulation. Voronoi reads the standard input for a set of points in the plane and writes either the Voronoi diagram or the Delaunay triangulation to the standard output. |
71 | compute Voronoi diagram or Delaunay triangulation. Voronoi reads the standard input for a set of points in the plane and writes either the Voronoi diagram or the Delaunay triangulation to the standard output. |
72 | Each input line should consist of two real numbers, separated by white space. |
72 | Each input line should consist of two real numbers, separated by white space. |