Difference between revisions of "Manuals/calci/POINT"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> '''POINT'''(x,y,z) where '''x''','''y''' and''' z '''are any real numbers </div> ---- <div id="1SpaceCont...")
 
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left">
+
<div style="font-size:30px">)'''POINT(x,y,z)'''</div><br/>
 +
*<math>x,y </math> and <math> z </math> '''are any real numbers.
  
'''POINT'''(x,y,z)
 
  
where
+
==Description==
 +
*This function gives the point for the coordinates of <math> x,y</math> and <math> z </math>.
 +
*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 setof points lying in a same plane, then they are called coplanar.
 +
*This function will give the result as error when any one of the argument is nonnumeric.
  
'''x''','''y''' and''' z '''are any real numbers
 
  
</div>
+
==Examples
----
+
#=POINT(2,4,8) = 2  4  8
<div id="1SpaceContent" class="zcontent" align="left">POINT function returns the point with the given coordinates x,y and z.</div>
+
#=POINT(-7,10,16) = -7  10  16
----
+
#=POINT(17.4,29.02,41.65) = 17.4  29.02  41.65 
<div id="7SpaceContent" class="zcontent" align="left">
 
  
POINT returns NaN if any of x, y or z are not real numbers.
 
  
</div>
+
==See Also==
----
 
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
 
  
POINT
 
  
</div></div>
 
----
 
<div id="8SpaceContent" class="zcontent" align="left">
 
  
Lets see an example in (Column2Row1)
+
==References==
 
 
<nowiki>=POINT(Column1Row1,Column1Row2,Column1Row3)</nowiki>
 
 
 
Returns 2,2,1 for POINT(2,2,1)
 
 
 
</div>
 
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
 
----
 
<div id="4SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Remarks </div></div>
 
----
 
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
 
----
 
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
 
----
 
<div id="2SpaceContent" class="zcontent" align="left">
 
 
 
{| id="TABLE3" class="SpreadSheet blue"
 
|+ Default Calci
 
|- class="even"
 
| class=" " |
 
| Column1
 
| class="  " | Column2
 
| Column3
 
| Column4
 
|- class="odd"
 
| class=" " | Row1
 
| class=" " | 2
 
| class="sshl_f" | 2,2,1
 
| class="                    sshl_f" |
 
| class="sshl_f  sshl_f    " |
 
|- class="even"
 
| class="  " | Row2
 
| class=" " | 2
 
| class="sshl_f            " |
 
| class=" sshl_f" |
 
| class="sshl_f  sshl_f    " |
 
|- class="odd"
 
| Row3
 
| class="  1 " | 1
 
| class="sshl_f                " |
 
| class="sshl_f    " |
 
| class="sshl_f    " |
 
|- class="even"
 
| Row4
 
| class=" SelectTD1  SelectTD1 ChangeBGColor" |
 
<div id="2Space_Handle" class="zhandles" title="Click and Drag to resize CALCI Column/Row/Cell. It is EZ!"></div><div id="2Space_Copy" class="zhandles" title="Click and Drag over to AutoFill other cells."></div><div id="2Space_Drag" class="zhandles" title="Click and Drag to Move/Copy Area.">[[Image:copy-cube.gif]]  </div>
 
| class="sshl_f  " |
 
| class="sshl_f    " |
 
| class="  " |
 
|- class="odd"
 
| class=" " | Row5
 
|
 
| class="    " |
 
| class="sshl_f    " |
 
| class="  " |
 
|- class="even"
 
| Row6
 
| class="sshl_f        " |
 
| class="  " |
 
| class="sshl_f    " |
 
| class="  " |
 
|}
 
 
 
{|
 
| <span align="left">[[Image:calci1.gif]]</span>
 
|
 
|
 
[[Image:bold.gif]]
 
|
 
[[Image:italic.gif]]
 
|
 
[[Image:normal.gif]]
 
|
 
[[Image:underline.gif]]
 
|
 
[[Image:border.gif]]
 
|
 
[[Image:numbers.gif]]
 
|
 
[[Image:sort.gif]]
 
|
 
[[Image:formatcells.gif]]
 
|
 
[[Image:graphs.gif]]
 
| $
 
|}
 
 
 
</div>
 
----
 

Revision as of 04:22, 1 February 2014

)POINT(x,y,z)


  • and are any real numbers.


Description

  • This function gives the point for the coordinates of and .
  • 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 setof points lying in a same plane, then they are called coplanar.
  • This function will give the result as error when any one of the argument is nonnumeric.


==Examples

  1. =POINT(2,4,8) = 2 4 8
  2. =POINT(-7,10,16) = -7 10 16
  3. =POINT(17.4,29.02,41.65) = 17.4 29.02 41.65


See Also

References