[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference rusure::math

Title:Mathematics at DEC
Moderator:RUSURE::EDP
Created:Mon Feb 03 1986
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2083
Total number of notes:14613

1780.0. "What transform is this?" by SEIC::MOSES () Thu Aug 12 1993 10:48

What kind of series or transformation happens with the following:

     (real_number)/( (exponential(log(2)) * (binary_scale_factor))

thanks

T.RTitleUserPersonal
Name
DateLines
1780.1Doesn't seem to make sense as is.CADSYS::COOPERTopher CooperThu Aug 12 1993 18:5715
    You sure you have that right?

    If the base for the log is e, which is standard, then

	exponential(log(2)) = 2

    However:

	exponential(log(2) * binary_scale_factor)

    is a way of calculating 2^binary_scale_factor (where x^y is x raised
    to the y power).  Then the whole thing would become a division of the
    real_number by a power of 2.

				Topher
1780.2re .1AUSSIE::GARSONnouveau pauvreThu Aug 12 1993 19:141
    ...an excruciatingly slow way of doing it
1780.3re .2CADSYS::COOPERTopher CooperFri Aug 13 1993 16:064
    ...unless if "binary_scale_factor" is non-integral, in which case it is
    a common way of doing it

                                           Topher