Square root of fi object
This function computes the square root of a fi object using a
bisection algorithm.
returns the
square root of c = sqrt(a)fi object a. Intermediate quantities
are calculated using the fimath associated with a. The
numerictype object of c is determined automatically
using an Internal Rule.
returns the square root of c = sqrt(a,T)fi object a with
numerictype object T. Intermediate quantities are
calculated using the fimath associated with a. See
Data Type Propagation Rules.
returns the square root of c = sqrt(a,F)fi object a. Intermediate
quantities are calculated using the fimath object F.
The numerictype object of c is determined
automatically using an Internal Rule.
When a is a built-in double or
single data type, this syntax is equivalent to c =
sqrt(a) and the fimath object F is
ignored.
returns the square root c = sqrt(a,T,F)fi object a with
numerictype object T. Intermediate quantities are
also calculated using the fimath object F. See Data Type Propagation Rules.
fi | fimath | numerictype