mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
@@ -16,8 +16,12 @@
|
||||
|
||||
#include "FindRoot.hh"
|
||||
|
||||
#include <algorithm> // abs
|
||||
|
||||
namespace sta {
|
||||
|
||||
using std::abs;
|
||||
|
||||
double
|
||||
findRoot(FindRootFunc func,
|
||||
double x1,
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <algorithm> // abs, min
|
||||
#include <functional>
|
||||
|
||||
namespace sta {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user