Lines Matching refs:expr1
203 @item @code{$atan2(@var{expr1},@var{expr2})}
204 Returns the floating point arctangent of @var{expr1} / @var{expr2}.
240 @item @code{$fmod(@var{expr1},@var{expr2})}
241 Returns the floating point remainder of @var{expr1} / @var{expr2}.
248 @item @code{$ldexp(@var{expr1},@var{expr2})}
249 Returns the floating point value @var{expr1} * 2 ^ @var{expr2}.
260 @item @code{$max(@var{expr1},@var{expr2})}
261 Returns the floating point maximum of @var{expr1} and @var{expr2}.
264 @item @code{$min(@var{expr1},@var{expr2})}
265 Returns the floating point minimum of @var{expr1} and @var{expr2}.
268 @item @code{$pow(@var{expr1},@var{expr2})}
269 Returns the floating point value @var{expr1} ^ @var{expr2}.