Add basic scalar functions to calcEntry.

This commit is contained in:
Mark Olesen
2010-01-02 13:01:37 +01:00
parent c0d37d9a6b
commit f8147f5bb5
13 changed files with 704 additions and 241 deletions

View File

@ -37,7 +37,13 @@ p this calculation #calc{
is done inplace;
flowRate #calc{ $flowRatePerHour / 3600};
flowRate #calc{ $flowRatePerHour / 3600 };
sin45 #calc{ sin( 45*pi() / 180 ) };
cos45 #calc{ cos( degToRad(45) ) };
pow #calc{ pow( $x, $y ) };
log10 #calc{ log( 1e6 ) };
// list #calc{ list() };
xxx yyy;
foo 30;