OPERATOR: /
Implemented in version 1.0
/
The / operator divides two numbers and returns a floating-point
number.
Code:
<% result = 25.0 / 4.975 %>
Output:
5.0251256281407
Code:
<% result = 25 / 5 %>
Output:
5
Copyright 1999-2001 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information
|