Skip to content

Instantly share code, notes, and snippets.

View tghilardi's full-sized avatar

Thiago Ghilardi tghilardi

  • Florianopolis, Brazil
View GitHub Profile
<?
// calculate nps score
// using formula promoters-detractors / number of respondents * 100
/**
* @param array
* @return float
*/
function output_real_nps($nps_array)