| Line 1: |
Line 1: |
| | <div style="font-size:30px">'''POINT(x,y,z)'''</div><br/> | | <div style="font-size:30px">'''POINT(x,y,z)'''</div><br/> |
| | *<math>x,y </math> and <math> z </math> are any real numbers. | | *<math>x,y </math> and <math> z </math> are any real numbers. |
| − |
| |
| | | | |
| | ==Description== | | ==Description== |
| Line 7: |
Line 6: |
| | *Point is the exact location which don't have a size, only position. | | *Point is the exact location which don't have a size, only position. |
| | *A set of points lying in a straight line, then they are called collinear. | | *A set of points lying in a straight line, then they are called collinear. |
| − | *A setof points lying in a same plane, then they are called coplanar. | + | *A set of points lying in a same plane, then they are called co-planar. |
| − | *This function will give the result as error when any one of the argument is nonnumeric. | + | *This function will give the result as error when any one of the argument is non-numeric. |
| − | | |
| | | | |
| | ==Examples== | | ==Examples== |
| Line 15: |
Line 13: |
| | #=POINT(-7,10,16) = -7 10 16 | | #=POINT(-7,10,16) = -7 10 16 |
| | #=POINT(17.4,29.02,41.65) = 17.4 29.02 41.65 | | #=POINT(17.4,29.02,41.65) = 17.4 29.02 41.65 |
| − |
| |
| | | | |
| | ==See Also== | | ==See Also== |
| − |
| |
| | | | |
| | | | |
| | ==References== | | ==References== |