OberonPlace.com Forums  

Go Back   OberonPlace.com Forums > Oberon Products > Oberon Function Plotter

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 12-02-2004, 18:04
flem
Guest
 
Posts: n/a
Default log(t,base)

I have to draw a curve: f(x)=2*log(x), x>0

When i try to make this I get the following message:

"Too few parameters in call to function "BASE" from 'y'"

What do I do wrong :?:

Can some body give a step by step solution :?:

Best regards flem :wink:
Reply With Quote
  #2  
Old 12-02-2004, 21:18
Alex's Avatar
Alex Alex is offline
Administrator
 
Join Date: Nov 2002
Posts: 1,941
Blog Entries: 4
Default Re: log(t,base)

Do you try to plot a natural logarithm, or base-10 logarithm or something else?

If you need the natural logarithm, then use the function ln instead:

y(x) = 2 * ln(x)

If you need a 10-base logarithm, use log10 function. The function [b]log[/n] requires two parameters - the argument and the logarithm base. That is:

ln(x) = log(x, 2.71828182845905)
log10(x) = log(x, 10)
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -5. The time now is 08:35.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2023, Jelsoft Enterprises Ltd.
Copyright © 2011, Oberonplace.com