Answer the question
In order to leave comments, you need to log in
Interpolation of an array of values?
An empty array of 100 elements is given.
Given a second array with values for 170 elements.
It is necessary to transfer the data of the second array to the first by somehow averaging the data.
Tell me what algorithms to google linear interpolation? extrapolation? approximation?
Answer the question
In order to leave comments, you need to log in
according to the code, it's here:
$form_data = array(
'fio' => array('Фамилия Имя Отчество', 'text', 300, 1),
'tel' => array('Телефон', 'phone', 300, 1),
);
'captcha' => array('Каптча', 'keystring', 300, 1),
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question