Searched +refs:math +refs:simplify +refs:sqrt (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/emacs-93/emacs/etc/
H A Dcalccard.tex175 % we won't be using math mode much, so redefine some of the characters
336 \wthreecol{Example:}{3 RET 6 + Q 3 \^}{' sqrt(3+6)\^3 RET}
351 \key{square root $\sqrt x$}{Q}
465 \key{simplify units expression}{u s}
556 \key{simplify formulas automatically}{m S}
565 \key{simplify formula}{a s}
/macosx-10.10/CPANInternal-159.1/Perl-Tidy-20121207/bin/
H A Dperltidy329 To simplify testing and switching .perltidyrc files, this command may be
556 This flag is equivalent to B<-it=4> and is included to simplify iteration
836 To simplify input in the case that all of the tightness flags have the same
926 spaces). With these modified whitespace rules, the following line of math:
928 $root = -$b + sqrt( $b * $b - 4. * $a * $c ) / ( 2. * $a );
932 $root=-$b+sqrt( $b*$b-4.*$a*$c )/( 2.*$a );
1946 To simplify input even further for the case in which both opening and closing
1996 math operators C<'+'>, C<'-'>, C<'/'>, and C<'*'>:
2011 capability, can simplify input are:
/macosx-10.10/vim-55/src/
H A Deval.c34 # include <math.h>
7868 {"simplify", 1, 1, f_simplify},
7879 {"sqrt", 1, 1, f_sqrt},
16195 * "simplify()" function
16206 simplify_filename(rettv->vval.v_string); /* simplify in place */
16633 * "sqrt()" function
16644 rettv->vval.v_float = sqrt(f);
/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex183 The most prevalent need for multiple precision arithmetic, often referred to as ``bignum'' math, is within the implementation
271 package. As a case study the ``LibTomMath''\footnote{Available at \url{http://math.libtomcrypt.com}} package is used
352 complete. While this is generally not true in practice, it will simplify the discussions considerably.
495 effect a math error (i.e. invalid input, heap error, etc) can cause a program to stop functioning which is definitely
1191 simplify the inner loop that copies the digits from $a$ to $b$, two aliases $tmpa$ and $tmpb$ point directly at the digits
2504 simplify most discussions, it will be assumed that the inputs have comparable number of digits.
3319 (lines 47 and 50) to simplify the inner loop. The doubling is performed using two
5250 These algorithms serve mostly to simplify other algorithms where small constants are required. The last two sections discuss how to manipulate
6323 The two simple cases of $a = 0$ and $a = 1$ are handled at the very beginning to simplify the algorithm. If the input is non-trivial the algorithm
6469 cannot be prime. By dividing by all primes $1 < p \le \sqrt{
[all...]

Completed in 205 milliseconds