Manuals/calci/POINT
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
Column1 | Column2 | Column3 | Column4 | |
Row1 | 2 | 2,2,1 | ||
Row2 | 2 | |||
Row3 | 1 | |||
Row4 | ||||
Row5 | ||||
Row6 |
File:Calci1.gif | $ |