HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
is_element
Syntax
is_element(Point, Object)
Description
Tests if a point is on a geometric object. Returns 1 if it is and 0 otherwise
Example
is_element(point((√(2)/2),(√(2)/2)),circle(0,1)) returns 1
is_element — Discussion
↑Back to top