Manuals/calci/POINT

From ZCubes Wiki
Revision as of 21:42, 24 October 2013 by MassBot1 (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

POINT(x,y,z)

where

x,y and z are any real numbers


POINT function returns the point with the given coordinates x,y and z.

POINT returns NaN if any of x, y or z are not real numbers.


POINT


Lets see an example in (Column2Row1)

=POINT(Column1Row1,Column1Row2,Column1Row3)

Returns 2,2,1 for POINT(2,2,1)


Syntax

Remarks

Examples

Description