Product |
Square Root |
Manufacturer |
Standard Satellite Forms component |
Website |
|
Source code provided |
Yes |
Platform |
PalmOS, PocketPC |
Sample project(s) |
SqrRoot Plugin |
Keywords |
square root |
This extension calculates the square root of a number.
Scripts API
The following methods are accessible from the scripting language.
Usage: Private Method - [Name of Extension].[Name of Method]
Public Method – [Name of Method]
Example: Private Method - Extensions(“Square Root”).About()
Public Method – SqrRoot(Number)
About()
Private method that shows the extension's about box.
SqrRoot(Float)
A public method that computes the square root of a number.
Sample usage: x = SqrRoot (y).
DocID: 10145 DocDate: 2005-07-18