view sched/nows.m @ 38:9d24b616bb06

Added function algebra.
author samer
date Tue, 29 Jan 2013 15:59:01 +0000
parents 7357e1dc2ad6
children
line wrap: on
line source
% nows - Current time in seconds
%
% nows :: () -> action double.
function T=nows, T=now*86400; end