Difference between revisions of "Reference Talk:Numeric Expressions"

From POV-Wiki
Jump to navigation Jump to search
(Created page with "it seems "now" is missing from the float built-in expression's list. now: number of days (fractional) since 2000-01-01 00:00:00 Beware: not constant during parsing (reflect c...")
 
m (follow up)
Line 3: Line 3:
 
now: number of days (fractional) since 2000-01-01 00:00:00
 
now: number of days (fractional) since 2000-01-01 00:00:00
 
Beware: not constant during parsing (reflect change on the real clock)
 
Beware: not constant during parsing (reflect change on the real clock)
 +
 +
* because it's over [[Reference:Strings#String_Functions|here]] --[[User:Jholsenback|jholsenback]] 19:51, 29 August 2013 (UTC)

Revision as of 19:51, 29 August 2013

it seems "now" is missing from the float built-in expression's list.

now: number of days (fractional) since 2000-01-01 00:00:00 Beware: not constant during parsing (reflect change on the real clock)