class YAGA::EquationParser::Tree

Defined in:

yaga/chromosomes/equation_parser/tree.cr

Constant Summary

EPSILON = 1e-12

Constructors

Instance Method Summary

Constructor Detail

def self.new(buffer : Array(UInt8)) #

[View source]

Instance Method Detail

def eval(x : Float64, y : Float64 = 0, z : Float64 = 0) : Float64 #

[View source]
def parse(buffer : Array(UInt8)) : Void #

[View source]