Difference between revisions of "Log10"
From Mesham
Jump to navigationJump to searchm |
|||
| 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'' | ||