HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
is_parallel
Syntax
is_parallel(Line1, Line2)
Description
Tests whether or not two lines are parallel. Returns 1 if they are and 0 otherwise.
Example
is_parallel(line(2x+3y=7),line(2x+3y=9) returns 1.
is_parallel — Discussion
↑Back to top