Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "math/strided/special/deg2rad/docs/types/index.d"

Index

Interfaces

Variables

Variables

deg2rad

deg2rad: Routine

Converts each element in a strided array x from degrees to radians and assigns the results to elements in a strided array y.

param

number of indexed elements

param

x data type

param

input array

param

x stride length

param

y data type

param

destination array

param

y stride length

throws

third argument has insufficient elements based on the associated stride and the number of indexed elements

throws

sixth argument has insufficient elements based on the associated stride and the number of indexed elements

throws

unable to resolve a strided array function supporting the provided array argument data types

returns

y