This component class implements the square root function.
Use this class to create parts in Canvas Views to form an equation model that contains calculations of square roots of input values.
There can only be one input. The value of the input link is used to calculate the resulting square root value.
Because Visual Calculator for SansGUI does not support complex numbers, this component issues an error when the input value is negative.
If there is no input link connected to Port 1, the values of the output links are unchanged (no operation).
When there are multiple output links, all will have the same resulting value after evaluation.
None.
Evaluation (SG_xEval): calculates the square root of the value of the link at Port 1 and places the resulting value in all the output links.
Port 1: connects to an input link with a value used to calculate the square root. It can be linked only once (unique port). You have to delete the input link in order to connect a new link with it.
Port 2: connects to an output link that receives the resulting value. It can be linked multiple times.
Visual Calculator for SansGUI Version 1.1
Copyright © 2001-2003 ProtoDesign, Inc. All rights reserved.