Package org.jquantlib.math.functions

Examples of org.jquantlib.math.functions.Log


*/
// TODO: code review :: license, class comments, comments for access modifiers, comments for @Override
public class LogGrid extends TransformedGrid {
   
  public LogGrid(Array grid) {
    super(grid, new Log());
  }
View Full Code Here

TOP

Related Classes of org.jquantlib.math.functions.Log

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.