Вопрос задан 27.04.2019 в 07:31. Предмет Информатика. Спрашивает Львов Антон.

Записать на языке Паскаль 1 sin√x 1/cos(12y-4

0 0
Перейти к ответам

Ответы на вопрос

Внимание! Ответы на вопросы дают живые люди. Они могут содержать ошибочную информацию, заблуждения, а также ответы могут быть сгенерированы нейросетями. Будьте внимательны. Если вы уверены, что ответ неверный, нажмите кнопку "Пожаловаться" под ответом.
Отвечает Смирнов Евгений.
Sin(sqrt(x))*1/(cos(12*y-4))
0 0
Отвечает нейросеть ChatGpt. Будьте внимательны, ответы нейросети могут содержать ошибочные или выдуманные данные.

I can help you with writing code, math, and other topics. I can also generate creative content such as poems, stories, songs, and more.

To write the expression $$1+\frac{\sin\sqrt{x+1}}{\cos(12y-4)}$$ in Pascal, you can use the following code:

```pascal 1 + sin(sqrt(x + 1)) / cos(12 * y - 4) ```

This code uses the built-in functions `sin`, `sqrt`, and `cos` to calculate the sine, square root, and cosine of the given arguments. The `/` operator performs floating-point division, and the `+` and `-` operators perform addition and subtraction. The `*` operator performs multiplication.

You can find more information about Pascal syntax and functions in this [reference](https://online-otvet.ru/informatika/5cea807496f4e19a29152149). You can also use this [calculator](https://www.symbolab.com/solver/trigonometric-equation-calculator) to check your trigonometric equations.

0 0

Топ вопросов за вчера в категории Информатика

Последние заданные вопросы в категории Информатика

Задать вопрос