Automatic generation produced by ISE Eiffel
class SINGLE_MATH General cluster: base.support description: "Basic mathematical operations, single-precision. This class may be used as ancestor by classes needing its facilities" Ancestors MATH_CONST Queries arc_cosine (v: REAL): REAL arc_sine (v: REAL): REAL arc_tangent (v: REAL): REAL ceiling (v: REAL): REAL cosine (v: REAL): REAL floor (v: REAL): REAL log (v: REAL): REAL log10 (v: REAL): REAL log_2 (v: REAL): REAL sine (v: REAL): REAL sqrt (v: REAL): REAL tangent (v: REAL): REAL -- Generated by ISE Eiffel --
For more details: www.eiffel.com