Niel Sagaert
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to upload wordpress warp to serverAnyone an idea?
Forum: Plugins
In reply to: [Invite Anyone] unpredictable translationDag Thijs,
heb je hier toevallig de nederlandstalige .mo en .po file van?
Ik heb ook interesse in de vertalling en wil het best wel zelf vertalen. Is niet zoveel werk.Grt
Forum: Plugins
In reply to: [Calculated Fields Form] Calculate compound interest EXPI have another question about the POW function.
Can this pow function do complicated mathematical formulas?
I need to calculate this:
PMT * [ ( ( 1 + i )^N – 1 ) / i ]
I doesn’t work when i put it in a calculate field like this:
(((POW(1+fieldname1,fieldname4)-1)/fieldname1)*fieldname2)
So my question is: how can i calculate this right?
( 1 + i )^NForum: Plugins
In reply to: [Calculated Fields Form] Calculate compound interest EXPThank you very much this will work.
Forum: Plugins
In reply to: [Calculated Fields Form] Calculate compound interest EXPExample:
In math 7^4= 2401
I want to calculate: (capital now)^capital now*(1+Interest rate)
(fieldname4)^fieldname2*(1+fieldname3)
Forum: Plugins
In reply to: [Calculated Fields Form] Calculate compound interest EXPHi
This is not working.
I want to calculate this:
Total end capital= capital now*(1+Interest rate)^(time period)You understand what i mean?