Difference between revisions of "Log10"
From Mesham
Jump to navigationJump to searchm |
m (3 revisions imported) |
||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
#include <maths> | #include <maths> | ||
− | var a:=log10(0.154); | + | |
− | + | function void main() { | |
+ | var a:=log10(0.154); | ||
+ | var y:=log10(a); | ||
+ | }; | ||
''Since: Version 0.41b'' | ''Since: Version 0.41b'' |