Searched +refs:math +refs:standard +refs:units (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/etc/
H A Dcalccard.tex175 % we won't be using math mode much, so redefine some of the characters
281 \wkey{start/stop standard Calc}{\calcprefix c}
284 \wkey{stop standard Calc}{q}
462 \wkey{enter with units}{' 55 mi/hr}
463 \key{convert to new units, base units}{u c\, u b}
464 \key{convert temperature units}{u t}
465 \key{simplify units expression}{u s}
466 \key{view units table}{u v}
468 Common units
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime/lib/
H A DDateTime.pm351 # except date math.
2130 iCal standard. A floating datetime is one which is not anchored to
2135 The results of date math and comparison between a floating datetime
2138 of datetime math between two floating datetimes and two datetimes with
2147 If you are going to be using doing date math, please read the section
2274 transition from to saving to standard time occurred on October 26, at
2276 time) to 01:00:00 (standard time). This means that the hour from
2281 used, in effect always choosing standard time. In this case, you can
2285 # This object represent 01:30:00 standard time
2310 transition from standard t
[all...]
/macosx-10.9.5/Heimdal-323.92.1/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
205 language\footnote{As per the ISO C standard. However, each compiler vendor is allowed to augment the precision as they
220 The basic IEEE \cite{IEEE} standard floating point type is made up of an integer mantissa $q$, an exponent $e$ and a sign bit $s$.
271 package. As a case study the ``LibTomMath''\footnote{Available at \url{http://math.libtomcrypt.com}} package is used
356 baseline squaring (section \ref{sec:basesquare}) requires $O({{n^2 + n}\over 2})$ work. In standard big-Oh notation these
495 effect a math error (i.e. invalid input, heap error, etc) can cause a program to stop functioning which is definitely
588 The mp\_int structure is the ISO C based manifestation of what represents a multiple precision integer. The ISO C standard does not provide for
866 a standard C library function. In this case the free() function. Since free() only deallocates the memory the pointer
917 akin to how the \textit{realloc} function from the standard C library works. Since the newly allocated digits are
2501 Computing the product of two integers in software can be achieved using a trivial adaptation of the standard
[all...]

Completed in 200 milliseconds