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

/macosx-10.9.5/CPANInternal-140/DateTime/lib/DateTime/
H A DDuration.pm127 my @units = @_;
129 my %units = map { $_ => 1 } @units;
136 if ( $units{years} )
142 if ( $units{months} )
147 if ( $units{weeks} )
153 if ( $units{days} )
158 if ( $units{hours} )
164 if ( $units{minutes} )
169 if ( $units{second
[all...]
/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
355 \key{convert to fraction, float}{c F\, c f}
438 \key{convert polar/rectangular}{c p}
443 \key{convert to percentage}{c \%}
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}{
[all...]
/macosx-10.9.5/CPANInternal-140/DateTime/lib/
H A DDateTime.pm351 # except date math.
974 $dow = 0 if $dow == 7; # convert to 0-6, Sun-Sat
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
2741 which might want to use this information for date math, such as
2871 Like the set methods, math related methods always return the object
2955 between two datetimes, since units larger than a second do not
3011 It's important to have some understanding of how datetime math is
3018 the nitty-gritty of datetime math,
[all...]

Completed in 210 milliseconds