Click here to Skip to main content
16,005,181 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Here is my logic. Pin
chandu00426-Oct-07 3:52
chandu00426-Oct-07 3:52 
GeneralRe: Here is my logic. Pin
Luc Pattyn26-Oct-07 4:15
sitebuilderLuc Pattyn26-Oct-07 4:15 
GeneralRe: Here is my logic. Pin
chandu00426-Oct-07 22:02
chandu00426-Oct-07 22:02 
QuestionIs it possible to get a formula [modified] Pin
Rama Krishna Vavilala25-Oct-07 13:21
Rama Krishna Vavilala25-Oct-07 13:21 
AnswerRe: Is it possible to get a formula Pin
cp987625-Oct-07 13:32
cp987625-Oct-07 13:32 
GeneralRe: Is it possible to get a formula Pin
Rama Krishna Vavilala25-Oct-07 13:39
Rama Krishna Vavilala25-Oct-07 13:39 
GeneralRe: Is it possible to get a formula Pin
cp987625-Oct-07 14:08
cp987625-Oct-07 14:08 
AnswerRe: Is it possible to get a formula Pin
Luc Pattyn25-Oct-07 13:50
sitebuilderLuc Pattyn25-Oct-07 13:50 
Hi,

one exponential relation that satisfies your numbers is:
y = 25 * 2 ^ (x/25)

so the inverse formula would be:
x=25*log(y/25)/log(2)

BTW: it does not matter what the base of the log function is (2, e, 10, whatever).

Smile | :)





Luc Pattyn [Forum Guidelines] [My Articles]


this months tips:
- use PRE tags to preserve formatting when showing multi-line code snippets
- before you ask a question here, search CodeProject, then Google


GeneralRe: Is it possible to get a formula Pin
Rama Krishna Vavilala25-Oct-07 14:13
Rama Krishna Vavilala25-Oct-07 14:13 
AnswerRe: Is it possible to get a formula Pin
schoetbi26-Nov-07 10:54
schoetbi26-Nov-07 10:54 
QuestionIf encryption input is small [modified] Pin
Cryptogrpahy24-Oct-07 9:52
Cryptogrpahy24-Oct-07 9:52 
AnswerRe: If encryption input is small Pin
El Corazon24-Oct-07 10:26
El Corazon24-Oct-07 10:26 
GeneralRe: If encryption input is small Pin
Cryptogrpahy24-Oct-07 11:10
Cryptogrpahy24-Oct-07 11:10 
GeneralRe: If encryption input is small Pin
El Corazon24-Oct-07 11:26
El Corazon24-Oct-07 11:26 
GeneralRe: If encryption input is small Pin
Cryptogrpahy24-Oct-07 12:36
Cryptogrpahy24-Oct-07 12:36 
GeneralRe: If encryption input is small Pin
El Corazon24-Oct-07 12:49
El Corazon24-Oct-07 12:49 
GeneralRe: If encryption input is small Pin
Cryptogrpahy24-Oct-07 13:05
Cryptogrpahy24-Oct-07 13:05 
GeneralRe: If encryption input is small Pin
El Corazon24-Oct-07 13:08
El Corazon24-Oct-07 13:08 
GeneralRe: If encryption input is small Pin
Cryptogrpahy24-Oct-07 13:20
Cryptogrpahy24-Oct-07 13:20 
AnswerRe: If encryption input is small Pin
Jeffrey Walton29-Oct-07 2:55
Jeffrey Walton29-Oct-07 2:55 
GeneralThanks for Jeff Pin
Cryptogrpahy29-Oct-07 4:30
Cryptogrpahy29-Oct-07 4:30 
QuestionCritiques of measurements for the cryptography Pin
Cryptogrpahy24-Oct-07 4:36
Cryptogrpahy24-Oct-07 4:36 
AnswerRe: Critiques of measurements for the cryptography Pin
El Corazon24-Oct-07 5:41
El Corazon24-Oct-07 5:41 
GeneralRe: Critiques of measurements for the cryptography Pin
Cryptogrpahy24-Oct-07 9:34
Cryptogrpahy24-Oct-07 9:34 
GeneralRe: Critiques of measurements for the cryptography Pin
El Corazon24-Oct-07 10:21
El Corazon24-Oct-07 10:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.