Difference between revisions of "Reference Talk:Numeric Expressions"

From POV-Wiki
Jump to navigation Jump to search
m (follow up)
(Typo in tau declare example.)
Line 5: Line 5:
  
 
* because it's over [[Reference:Strings#String_Functions|here]] --[[User:Jholsenback|jholsenback]] 19:51, 29 August 2013 (UTC)
 
* because it's over [[Reference:Strings#String_Functions|here]] --[[User:Jholsenback|jholsenback]] 19:51, 29 August 2013 (UTC)
 +
 +
 +
Where for the 3.7.1 release we have added:
 +
 +
#declare tau = 6,2831853071795864769253;
 +
 +
I think we really want it to read:
 +
 +
#declare tau = 6.2831853071795864769253;

Revision as of 15:48, 22 May 2016

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)


Where for the 3.7.1 release we have added:

  1. declare tau = 6,2831853071795864769253;

I think we really want it to read:

  1. declare tau = 6.2831853071795864769253;