Potenza (base, esponente)

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #147030 quote
    Condor86
    Participant
    Junior

    Ciao a tutti.

    Devo calcolare la potenza di un numero, quella che su excel equivale  a : potenza( base, esponente)

    Ho cercato nelle funzioni matematiche ma non c’è, sapreste aiutarmi a crearla?

    #147135 quote
    Nicolas
    Keymaster
    Master

    Una nuova istruzione verrà aggiunta in tempo reale molto presto.

    In realtà, puoi ottenere il risultato di una matematica pow, in questo modo: un equivalente matematico se la funzione Prorealtime LOG (chiamata log Napieriano nel manuale) è effettivamente la funzione LN comune:

    y = x ^ p = e ^ (p * LN (x))

    Questo potrebbe quindi essere codificato come:

    y = EXP (p * LOG (x))

    Funziona bene.

    Per esponente negativo, usa questa formula: y = 1 / (EXP (p * LOG (x)))

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

Potenza (base, esponente)


ProBuilder: Indicatori & Strumenti Personalizzati

New Reply
Author
author-avatar
Condor86 @elant Participant
Summary

This topic contains 1 reply,
has 2 voices, and was last updated by Nicolas
5 years, 5 months ago.

Topic Details
Forum: ProBuilder: Indicatori & Strumenti Personalizzati
Language: Italian
Started: 10/11/2020
Status: Active
Attachments: No files
Logo Logo
Loading...