1 (edited by chesterkarim 2013-09-18 23:53:13)

Topic: modulus and logs

hello,

new guy here. i would like to know how something like f(x)="modulus" x and f(x)= log"base"3 of x is represented in the software

thanks in advance.
chester

Re: modulus and logs

a modulus b can be written mod(a,b) while log"base 3" of x is written logb(x,3). You can find a list of all supported functions in the manual: http://www.padowan.dk/doc/english/ListOfFunctions.html

Re: modulus and logs

thank you so much!