PreviousUpNext

15.4.719  src/lib/core/init/math-built-in-intel32.pkg


# Compiled by:
#     src/lib/core/init/init.cmi



###                             "Good friends, good books, and good sex, in no particular order."
###
###                                                                 -- Cynthia Matuszek
###                                                                    (Rx for burnout.)



package math_inline_t {

    my sqrt:    Float -> Float   = inline::f64_sqrt; 
    my sine:    Float -> Float   = inline::f64_sin;
    my cosine:  Float -> Float   = inline::f64_cos;
    my tangent: Float -> Float   = inline::f64_tan;
};


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext