calendar.private vocabulary
Factor handbook ยป Vocabulary index


Summary

Words

Generic words
WordStack effect
+day( timestamp x -- timestamp )
+hour( timestamp x -- timestamp )
+minute( timestamp x -- timestamp )
+month( timestamp x -- timestamp )
+second( timestamp x -- timestamp )
+year( timestamp x -- timestamp )


Ordinary words
WordStack effect
(sunrise/sunset)( timestamp latitude longitude quot -- new-timestamp )
(time+)( timestamp duration -- timestamp )
(time-)( timestamp timestamp -- n )
/rem( f n -- q r )
adjust-leap-year( timestamp -- timestamp )
closest-day( timestamp n -- timestamp' )
cumulative-day-counts( -- value )
day-counts( -- value )
day-offset( timestamp m -- timestamp n )
day-this-week( timestamp n -- timestamp' )
declination( timestamp -- radians )
equation-of-time( timestamp -- minutes )
float>whole-part( float -- int float )
fractional-year( timestamp -- radians )
hour-angle( timestamp latitude -- degrees )
hours/days( n -- hours days )
minutes/hours( n -- minutes hours )
months/years( n -- months years )
nth-day-this-month( $timestamp $n $day -- timestamp' )
preserve-gmt-offset( timestamp quot -- timestamp' )
seconds/minutes( n -- seconds minutes )


Files